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 cec57f6 commit 4d93e70
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 4d93e70

Please sign in to comment.