mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-04 10:20:18 +00:00
Add allowUpdates flag to release workflow
This commit is contained in:
parent
77f22c2b84
commit
cb1842cc2b
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -118,6 +118,7 @@ jobs:
|
|||||||
- name: Upload binaries to GitHub Release
|
- name: Upload binaries to GitHub Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
allowUpdates: true
|
||||||
artifacts: "./linux/swingmusic, ./win32/swingmusic.exe"
|
artifacts: "./linux/swingmusic, ./win32/swingmusic.exe"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ format('v{0}',inputs.tag) }}
|
tag: ${{ format('v{0}',inputs.tag) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user