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