Skip to content

Commit

Permalink
Add: Arch to GH Actions
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam <[email protected]>
  • Loading branch information
QAInsights committed Nov 18, 2023
1 parent a605eda commit d38d6ac
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 d38d6ac

Please sign in to comment.