Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka10843 authored Apr 20, 2024
1 parent 0b2e1f1 commit 4b53925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Compile bin
run: |
pyinstaller -n Linux-copymanga-downloader -F main.py -i icon.ico
pyinstaller -n Linux-copymanga-downloader -F main.py -i icon.ico --onefile
- name: upload bin
uses: actions/upload-artifact@master
with:
Expand All @@ -55,7 +55,7 @@ jobs:
}
- name: Compile exe
run: |
pyinstaller -n copymanga-downloader -F main.py -i icon.ico
pyinstaller -n Windows-copymanga-downloader -F main.py -i icon.ico --onefile
- name: upload exe
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 4b53925

Please sign in to comment.