Skip to content

Commit 491e83e

Browse files
committed
cd: substitute project name
1 parent 122b599 commit 491e83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
shell: bash
4747
run: |
4848
cd target/${{ matrix.target }}/release
49-
strip spt${{ matrix.binary_postfix }}
50-
tar czvf rust-gh-example-${{ matrix.artifact_prefix }}.tar.gz spt${{ matrix.binary_postfix }}
49+
strip rust-gh-example${{ matrix.binary_postfix }}
50+
tar czvf rust-gh-example-${{ matrix.artifact_prefix }}.tar.gz rust-gh-example${{ matrix.binary_postfix }}
5151
5252
if [[ ${{ runner.os }} == 'Windows' ]]; then
5353
certutil -hashfile rust-gh-example-${{ matrix.artifact_prefix }}.tar.gz sha256 | grep -E [A-Fa-f0-9]{64} > rust-gh-example-${{ matrix.artifact_prefix }}.sha256

0 commit comments

Comments
 (0)