Skip to content

Commit

Permalink
ci: update for PyInstaller 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Konano committed Apr 18, 2022
1 parent 9678369 commit 012a8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-win-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Make package
shell: cmd
run: |
venv64\Scripts\pyinstaller .\main.spec --onefile
venv64\Scripts\pyinstaller .\main.spec
md public
move dist\main.exe public\arknights_mower.exe
- name: Package into zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Make package
shell: cmd
run: |
venv64\Scripts\pyinstaller .\main.spec --onefile
venv64\Scripts\pyinstaller .\main.spec
md public
move dist\main.exe public\arknights_mower.exe
- name: Package into zip
Expand Down

0 comments on commit 012a8b0

Please sign in to comment.