mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-08 12:15:39 +00:00
update workflow
This commit is contained in:
parent
351c4a0376
commit
1238b82787
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -105,7 +105,9 @@ 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:
|
||||||
artifacts: "swingmusic, swingmusic.exe"
|
artifacts: |
|
||||||
|
swingmusic
|
||||||
|
swingmusic.exe
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ inputs.tag }}
|
tag: ${{ inputs.tag }}
|
||||||
commit: ${{ github.sha }}
|
commit: ${{ github.sha }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user