We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f7acd commit 4a8f37aCopy full SHA for 4a8f37a
.github/workflows/build.yml
@@ -1614,7 +1614,7 @@ jobs:
1614
- name: Binary Key
1615
id: binary-key
1616
run: |
1617
- echo "key=profiling-node-binaries-${{ github.sha }}-${{ matrix.node }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.container }} | sed 's/:/-/g'" >> $GITHUB_OUTPUT
+ echo "key=profiling-node-binaries-${GITHUB_SHA}-${{ matrix.node }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.container }}" | sed 's/:/-/g' >> $GITHUB_OUTPUT
1618
1619
- name: Archive Binary
1620
uses: actions/upload-artifact@v4
0 commit comments