mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +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
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "swingmusic, swingmusic.exe"
|
||||
artifacts: |
|
||||
swingmusic
|
||||
swingmusic.exe
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: ${{ inputs.tag }}
|
||||
commit: ${{ github.sha }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user