Skip to content

Commit 52b69cb

Browse files
committed
wrong
1 parent 4486795 commit 52b69cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'CI: Build & Test'
1+
tname: 'CI: Build & Test'
22
on:
33
push:
44
branches:
@@ -1613,7 +1613,7 @@ 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: echo "::set-output name=binary-key::profiling-node-binaries-${{ github.sha }}-${{ matrix.node }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.container }} | sed 's/:/-/g'"
16171617

16181618
- name: Archive Binary
16191619
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)