mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-07-29 14:12:21 +00:00
update workflow
This commit is contained in:
parent
64ede78149
commit
8886313ba9
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -100,11 +100,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Download all binaries
|
- name: Download all binaries
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
id: download
|
||||||
- name: Checkout into repo
|
- name: Checkout into repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Print current directory
|
- name: Print download directory
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
echo ${{steps.download.outputs.download-path}}
|
||||||
- name: Upload binaries to GitHub Release
|
- name: Upload binaries to GitHub Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user