fix broken action flow

This commit is contained in:
garakmon 2023-02-20 19:35:25 -05:00
parent 05181aa64e
commit 48d9d07689

View file

@ -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