mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-07-28 13:41:42 +00:00
update workflow
This commit is contained in:
parent
cbd164f854
commit
546397b777
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: linux
|
||||||
path: dist/swingmusic
|
path: dist
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
|
||||||
@ -159,9 +159,6 @@ jobs:
|
|||||||
- name: print directory
|
- name: print directory
|
||||||
run: |
|
run: |
|
||||||
ls -R
|
ls -R
|
||||||
- name: Copy binary to ./dist
|
|
||||||
run: |
|
|
||||||
cp ./dist/swingmusic/swingmusic ./dist/swingmusic
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user