From 48d9d0768913acdb41a2f352ee2fe2288a61731a Mon Sep 17 00:00:00 2001 From: garakmon Date: Mon, 20 Feb 2023 19:35:25 -0500 Subject: [PATCH] fix broken action flow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19d5bf156..55edb7b6c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: - name: Create Disk Image if: startsWith(github.ref, 'refs/tags/') - run: macdeployqt actionstest.app -dmg + run: macdeployqt porymap.app -dmg - name: Prep Release Directory if: startsWith(github.ref, 'refs/tags/') @@ -149,7 +149,7 @@ jobs: - name: Bundle Release Directory if: startsWith(github.ref, 'refs/tags/') - run: powershell.exe -Command "Compress-Archive -Path porymap-windows -DestinationPath porymap-windows-${{ github.ref_name }}.zip" + run: powershell.exe -Command "Compress-Archive -Path porymap-windows-${{ github.ref_name }} -DestinationPath porymap-windows-${{ github.ref_name }}.zip" - name: Create Release uses: softprops/action-gh-release@v1