mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 08:54:06 +00:00
Improve actions
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user