We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38999e9 commit 391fb90Copy full SHA for 391fb90
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: "Upload Binaries"
67
uses: "taiki-e/upload-rust-binary-action@v1"
68
with:
69
- bin: "shazam"
+ bin: "storir"
70
target: ${{ matrix.target }}
71
archive: $bin-${{ matrix.target }}
72
ref: refs/tags/v${{ needs.get-tag.outputs.pkg-version }}
0 commit comments