Skip to content

Commit

Permalink
Merge pull request #36 from QAInsights/fix/gh-actions
Browse files Browse the repository at this point in the history
fix/gh actions
  • Loading branch information
QAInsights authored Nov 19, 2023
2 parents 427a976 + 59d76c3 commit af96610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Generate app for arm64 architecture
run: |
arch -arm64 python setup.py py2app --arch arm64
python setup.py py2app
mv dist dist-arm64
# - name: Upload x86_64 app
Expand Down

0 comments on commit af96610

Please sign in to comment.