Skip to content

Commit

Permalink
updated CI's Package processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieaowei committed Jul 24, 2020
1 parent 606b24f commit 2bccbc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
python3 setup.py py2app
- name: Package APP
run: |
unzip dist/ProperTree.app/Contents/Resources/lib/python38.zip -d dist/ProperTree.app/Contents/Resources/lib/python37.zip
rm dist/ProperTree.app/Contents/Resources/lib/python38.zip
mv dist/ProperTree.app/Contents/Resources/lib/python37.zip dist/ProperTree.app/Contents/Resources/lib/python38.zip
zip -r ProperTree.app.zip dist/ProperTree.app
- name: Create Release
id: create_release
Expand Down

0 comments on commit 2bccbc4

Please sign in to comment.