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