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 2731c68 commit 91bd283
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Hamster

on:
push:
branches: [ "main" ]
branches: [ "fix/gh-actions" ]

jobs:
build:
Expand Down Expand Up @@ -59,10 +59,15 @@ jobs:
chmod +x dist-arm64/Hamster.app/Contents/MacOS/python
ls -la dist-arm64/Hamster.app/Contents/MacOS/
- name: Create tar file
run: |
tar -czvf dist-arm64.tar.gz dist-arm64
ls -la
- name: Upload arm64 app
uses: actions/upload-artifact@v2
with:
name: dist-arm64
name: dist-arm64.tar.gz
path: dist-arm64


Expand Down

0 comments on commit 91bd283

Please sign in to comment.