Skip to content

Commit

Permalink
Merge pull request #16 from QAInsights/cicd/gh-actions-test
Browse files Browse the repository at this point in the history
Test: GH Actions
  • Loading branch information
QAInsights authored Nov 18, 2023
2 parents 4787fd7 + e44b8dc commit 5e73de2
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 5e73de2

Please sign in to comment.