Skip to content

Commit

Permalink
Merge pull request #37 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 af96610 + 12a0ffb commit 048f4a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
ls -la
uname -a
ls -la dist-arm64
- name: Change mode of dist-arm64
run: |
chmod +x dist-arm64/Hamster.app/Contents/MacOS/hamster
- name: Upload arm64 app
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 048f4a4

Please sign in to comment.