mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-07-28 21:51:41 +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:
|
||||
- name: Download all binaries
|
||||
uses: actions/download-artifact@v3
|
||||
id: download
|
||||
- name: Checkout into repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Print current directory
|
||||
- name: Print download directory
|
||||
run: |
|
||||
ls -la
|
||||
echo ${{steps.download.outputs.download-path}}
|
||||
- name: Upload binaries to GitHub Release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user