Skip to content

Commit

Permalink
Merge pull request #38 from QAInsights/fix/gh-actions
Browse files Browse the repository at this point in the history
Add: GitHub Action
  • Loading branch information
QAInsights authored Nov 19, 2023
2 parents 048f4a4 + 077fcf8 commit 049ecd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: Change mode of dist-arm64
run: |
chmod +x dist-arm64/Hamster.app/Contents/MacOS/hamster
chmod +x dist-arm64/Hamster.app/Contents/MacOS/Hamster
chmod +x dist-arm64/Hamster.app/Contents/MacOS/python
- name: Upload arm64 app
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 049ecd2

Please sign in to comment.