Skip to content

Commit

Permalink
updated mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
labbots committed May 28, 2024
1 parent 6021c6c commit 075a779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
- name: Package application with PyInstaller
run: poetry run pyinstaller spec_files/ui_app/NiimPrintX-mac.spec --noconfirm --clean

- name: Avoid a race condition in cpack
run: |
sudo pkill -9 XProtect >/dev/null || true;
- name: Create DMG package
run: ./.github/workflows/mac-dmg-builder.sh "${{ steps.get_tag_name.outputs.VERSION }}" "${{ steps.get_architecture.outputs.ARCH }}"

Expand Down

0 comments on commit 075a779

Please sign in to comment.