diff --git a/.github/workflows/build_deb_pkg.yml b/.github/workflows/build_deb_pkg.yml index 0135798..2a0a4b1 100644 --- a/.github/workflows/build_deb_pkg.yml +++ b/.github/workflows/build_deb_pkg.yml @@ -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/