Skip to content

Commit

Permalink
updated linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
labbots committed May 30, 2024
1 parent 3a56fb2 commit e113893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Create GUI compressed file
if: ${{ inputs.os == 'macos-13' }}
run: cd dist && tar -czf NiimPrintX-App-${{ steps.get_tag_name.outputs.VERSION }}-MacOSX-${{ steps.get_architecture.outputs.ARCH }}.tar.gz NiimPrintX
run: cd dist && tar -czf NiimPrintX-App-${{ steps.get_tag_name.outputs.VERSION }}-MacOSX-${{ steps.get_architecture.outputs.ARCH }}.tar.gz NiimPrintX.app

- name: Package CLI with PyInstaller
run: poetry run pyinstaller spec_files/cli_app/NiimPrintX-mac.spec --noconfirm --clean
Expand Down

0 comments on commit e113893

Please sign in to comment.