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
8886313ba9
commit
aceca718a3
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -98,20 +98,18 @@ jobs:
|
||||
needs: build
|
||||
permissions: write-all
|
||||
steps:
|
||||
- name: Checkout into repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Download all binaries
|
||||
uses: actions/download-artifact@v3
|
||||
id: download
|
||||
- name: Checkout into repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Print download directory
|
||||
run: |
|
||||
echo ${{steps.download.outputs.download-path}}
|
||||
ls -R
|
||||
- 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