Skip to content

Commit 05f7acd

Browse files
committed
use github output
1 parent 1200fd0 commit 05f7acd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,10 +1613,11 @@ jobs:
16131613
16141614
- name: Binary Key
16151615
id: binary-key
1616-
run: echo "::set-output name=binary-key::profiling-node-binaries-${{ github.sha }}-${{ matrix.node }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.container }} | sed 's/:/-/g'"
1616+
run: |
1617+
echo "key=profiling-node-binaries-${{ github.sha }}-${{ matrix.node }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.container }} | sed 's/:/-/g'" >> $GITHUB_OUTPUT
16171618
16181619
- name: Archive Binary
16191620
uses: actions/upload-artifact@v4
16201621
with:
1621-
name: ${{ steps.binary-key.outputs.binary-key }}
1622+
name: ${{ steps.binary-key.outputs.key }}
16221623
path: ${{ github.workspace }}/packages/profiling-node/lib/*.node

0 commit comments

Comments
 (0)