Update release.yml

This commit is contained in:
House of Vanity
2023-06-20 14:14:42 +03:00
committed by GitHub
parent dad7d58abf
commit a80b2f3edf

View File

@ -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