Skip to content

Commit

Permalink
Add: GitHub Action
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam <[email protected]>
  • Loading branch information
QAInsights committed Nov 19, 2023
1 parent 12a0ffb commit 077fcf8
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 077fcf8

Please sign in to comment.