mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Add allowUpdates flag to release workflow
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user