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 4486795 commit 52b69cbCopy full SHA for 52b69cb
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: 'CI: Build & Test'
+tname: 'CI: Build & Test'
2
on:
3
push:
4
branches:
@@ -1613,7 +1613,7 @@ jobs:
1613
1614
- name: Binary Key
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'"
+ run: echo "::set-output name=binary-key::profiling-node-binaries-${{ github.sha }}-${{ matrix.node }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.container }} | sed 's/:/-/g'"
1617
1618
- name: Archive Binary
1619
uses: actions/upload-artifact@v4
0 commit comments