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 acdbe85 commit 9a66fad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_deb_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,11 @@ jobs:
run: |
pyinstaller piranhaGUI.spec
- name: zip file
- name: compress macos app
working-directory: ./artifice/mac_build/pyinstaller_build/dist/
run: |
zip ${{ env.APPLICATION_NAME }}v${{ github.ref_name }}.zip ${{ env.APPLICATION_NAME }}v${{ github.ref_name }}.app
#zip ${{ env.APPLICATION_NAME }}v${{ github.ref_name }}.zip ${{ env.APPLICATION_NAME }}v${{ github.ref_name }}.app
ditto -c -k --sequesterRsrc --keepParent --zlibCompressionLevel 9 ${{ env.APPLICATION_NAME }}v${{ github.ref_name }}.app ${{ env.APPLICATION_NAME }}v${{ github.ref_name }}_macos.zip
- name: upload mac package
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 9a66fad

Please sign in to comment.