mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 16:54:07 +00:00
Update release.yml
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -32,4 +32,6 @@ jobs:
|
||||
# run: strip target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}*
|
||||
artifacts: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}*
|
||||
allowUpdates: true
|
||||
body: Static build for x86_64-linux using MUSL
|
||||
|
Reference in New Issue
Block a user