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 122b599 commit 491e83eCopy full SHA for 491e83e
.github/workflows/cd.yml
@@ -46,8 +46,8 @@ jobs:
46
shell: bash
47
run: |
48
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 }}
+ strip rust-gh-example${{ matrix.binary_postfix }}
+ tar czvf rust-gh-example-${{ matrix.artifact_prefix }}.tar.gz rust-gh-example${{ matrix.binary_postfix }}
51
52
if [[ ${{ runner.os }} == 'Windows' ]]; then
53
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