Skip to content

Commit

Permalink
Update build_deb_pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinAnsley authored Sep 11, 2024
1 parent 483f665 commit 9bb5372
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_deb_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ jobs:
run: |
pyinstaller piranhaGUI.spec
- name: fix package
working-directory: ./artifice/mac_build/pyinstaller_build/dist/
run: |
mv ${{ env.APPLICATION_NAME }}v${{ github.ref_name }}.app/Contents/Resources/resources ${{ env.APPLICATION_NAME }}v${{ github.ref_name }}.app/Contents/MacOS/resources
- name: compress macos app
working-directory: ./artifice/mac_build/pyinstaller_build/dist/
run: |
Expand Down

0 comments on commit 9bb5372

Please sign in to comment.