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 304ec33 commit ad3b25e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_deb_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ 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: 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/
Expand Down

0 comments on commit ad3b25e

Please sign in to comment.