Skip to content

Commit

Permalink
Test: GH Actions
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam <[email protected]>
  • Loading branch information
QAInsights committed Nov 18, 2023
1 parent 369f71f commit e44b8dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ jobs:
- name: Generate app using py2app
run: |
python setup.py py2app
- name: Upload dist folder
uses: actions/upload-artifact@v2
with:
name: dist
path: dist

0 comments on commit e44b8dc

Please sign in to comment.