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 b21aaee commit 3e3d244Copy full SHA for 3e3d244
.github/workflows/release.yml
@@ -57,7 +57,8 @@ jobs:
57
- uses: taiki-e/upload-rust-binary-action@v1
58
with:
59
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
60
- bin: ${{ github.event.repository.name }}
+ # bin: ${{ github.event.repository.name }}
61
+ bin: use
62
# (optional) Target triple, default is host triple.
63
target: ${{ matrix.target }}
64
# (optional) Tool to build binaries (cargo, cross, or cargo-zigbuild)
0 commit comments