Skip to content

Commit

Permalink
Merge pull request #19 from QAInsights/fix/gh-actions
Browse files Browse the repository at this point in the history
Add: Arch to GH Actions
  • Loading branch information
QAInsights authored Nov 18, 2023
2 parents 10d71f4 + d38d6ac commit 2ccc56f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Generate app using py2app
run: |
python setup.py py2app --arch arm64
- name: Upload dist folder
python setup.py py2app
- name: Upload app
uses: actions/upload-artifact@v2
with:
name: dist
path: dist
path: dist/Hamster.app
# - name: Create Release
# id: create_release
# uses: actions/create-release@v1
Expand Down

0 comments on commit 2ccc56f

Please sign in to comment.