Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Feb 13, 2023
1 parent 6a1ea37 commit 52e4c26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/win-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
make bundle
- name: Archive
run: |
# List dist to help double check if bundle is ok.
ls dist/
powershell Compress-Archive dist/FeelUOwn dist/FeelUOwn-win64.zip
- name: Upload artifact
uses: actions/upload-artifact@master
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ test: lint unittest
bundle:
pyinstaller -w feeluown/pyinstaller/main.py \
--icon feeluown/gui/assets/icons/feeluown.ico \
--name FeelUOwn \
-w \
--noconfirm

Expand Down

0 comments on commit 52e4c26

Please sign in to comment.