mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
update workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user