Improve actions

This commit is contained in:
Alexandr Bogomyakov
2023-06-20 17:01:02 +03:00
parent 275ed1952b
commit 499c86b6d9

View File

@ -37,12 +37,13 @@ jobs:
contents: write contents: write
steps: steps:
- uses: actions/download-artifact@master - uses: actions/download-artifact@master
id: download
with: with:
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
path: ${{ env.BINARY_NAME }}_x86_64-linux-musl path: ${{ env.BINARY_NAME }}_x86_64-linux-musl
- uses: ncipollo/release-action@v1 - uses: ncipollo/release-action@v1
name: Update release page name: Update release page
with: with:
artifacts: ${{ env.BINARY_NAME }}_x86_64-linux-musl artifacts: ${{ steps.download.outputs.download-path }}
allowUpdates: true allowUpdates: true
body: Static build for x86_64-linux using MUSL body: Static build for x86_64-linux using MUSL