update workflow

This commit is contained in:
mungai-njoroge 2023-10-13 19:04:42 +03:00
parent cbd164f854
commit 546397b777

View File

@ -124,7 +124,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: linux
path: dist/swingmusic
path: dist
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
@ -159,9 +159,6 @@ jobs:
- name: print directory
run: |
ls -R
- name: Copy binary to ./dist
run: |
cp ./dist/swingmusic/swingmusic ./dist/swingmusic
- name: Build and push
uses: docker/build-push-action@v2
with: