Skip to content

Commit

Permalink
fix broken action flow
Browse files Browse the repository at this point in the history
  • Loading branch information
garakmon committed Feb 21, 2023
1 parent 05181aa commit 48d9d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 48d9d07

Please sign in to comment.