fix broken action flow
This commit is contained in:
parent
05181aa64e
commit
48d9d07689
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Disk Image
|
- name: Create Disk Image
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: macdeployqt actionstest.app -dmg
|
run: macdeployqt porymap.app -dmg
|
||||||
|
|
||||||
- name: Prep Release Directory
|
- name: Prep Release Directory
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
@ -149,7 +149,7 @@ jobs:
|
||||||
|
|
||||||
- name: Bundle Release Directory
|
- name: Bundle Release Directory
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
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
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|
Loading…
Reference in a new issue