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