mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-10 13:07:35 +00:00
update workflow
This commit is contained in:
parent
aceca718a3
commit
7945d5e036
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -102,14 +102,15 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Download all binaries
|
- name: Download all binaries
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
id: download
|
with:
|
||||||
|
path: bins
|
||||||
- name: Print download directory
|
- name: Print download directory
|
||||||
run: |
|
run: |
|
||||||
ls -R
|
ls -R
|
||||||
- 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: bins/swingmusic*
|
||||||
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