Skip to content

Commit 3e3d244

Browse files
author
root
committed
use
1 parent b21aaee commit 3e3d244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
- uses: taiki-e/upload-rust-binary-action@v1
5858
with:
5959
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
60-
bin: ${{ github.event.repository.name }}
60+
# bin: ${{ github.event.repository.name }}
61+
bin: use
6162
# (optional) Target triple, default is host triple.
6263
target: ${{ matrix.target }}
6364
# (optional) Tool to build binaries (cargo, cross, or cargo-zigbuild)

0 commit comments

Comments
 (0)