mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-02 17:30: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
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
allowUpdates: true
|
||||
artifacts: "./linux/swingmusic, ./win32/swingmusic.exe"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: ${{ format('v{0}',inputs.tag) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user