Skip to content

Commit

Permalink
Merge pull request #35 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 1e66ac7 + 4d93e70 commit 427a976
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
# name: dist-x86_64
# path: dist-x86_64

- name: List current directory
run: |
ls -la
uname -a
ls -la dist-arm64
- name: Upload arm64 app
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 427a976

Please sign in to comment.