Improve actions

This commit is contained in:
Alexandr Bogomyakov
2023-06-20 16:50:58 +03:00
parent c44b473e6b
commit 275ed1952b

View File

@ -43,6 +43,6 @@ jobs:
- uses: ncipollo/release-action@v1 - uses: ncipollo/release-action@v1
name: Update release page name: Update release page
with: with:
artifacts: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }} artifacts: ${{ env.BINARY_NAME }}_x86_64-linux-musl
allowUpdates: true allowUpdates: true
body: Static build for x86_64-linux using MUSL body: Static build for x86_64-linux using MUSL