diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19d5bf15..55edb7b6 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