Skip to content

Commit 391fb90

Browse files
committedApr 17, 2023
change binary name in release workflow
1 parent 38999e9 commit 391fb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: "Upload Binaries"
6767
uses: "taiki-e/upload-rust-binary-action@v1"
6868
with:
69-
bin: "shazam"
69+
bin: "storir"
7070
target: ${{ matrix.target }}
7171
archive: $bin-${{ matrix.target }}
7272
ref: refs/tags/v${{ needs.get-tag.outputs.pkg-version }}

0 commit comments

Comments
 (0)
Please sign in to comment.