Skip to content

Commit

Permalink
Trying to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Nov 22, 2023
1 parent ffea9e2 commit 979767c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ jobs:
- name: Install dependencies
run:
pip install .
- name: Fix pysidedeploy.spec file specific to MacOS
if: matrix.os == 'macos-latest'
run: |
sed -i '' '48i\
--macos-create-app-bundles\
' pysidedeploy.spec
- name: Build ZXLive
run: pyside6-deploy -c pysidedeploy.spec -f
run: pyside6-deploy -v -f -c pysidedeploy.spec
- name: Upload build
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 979767c

Please sign in to comment.