From cbd164f8544c10d8fd7cc2f84b80e13fd9145e1b Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 18:01:59 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 621c954..3ca5270 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -156,10 +156,12 @@ jobs: type=semver,pattern={{major}} type=sha - - name: echo output tags + - name: print directory run: | - echo "${{ steps.meta.outputs.tags }}" - + 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: