File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1613,10 +1613,11 @@ jobs:
1613
1613
1614
1614
- name : Binary Key
1615
1615
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
1617
1618
1618
1619
- name : Archive Binary
1619
1620
uses : actions/upload-artifact@v4
1620
1621
with :
1621
- name : ${{ steps.binary-key.outputs.binary- key }}
1622
+ name : ${{ steps.binary-key.outputs.key }}
1622
1623
path : ${{ github.workspace }}/packages/profiling-node/lib/*.node
You can’t perform that action at this time.
0 commit comments