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