Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MinmoTech committed Nov 17, 2022
1 parent 00d96c4 commit 3c53147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
set PATH="%PATH%;C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry"
C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry config virtualenvs.in-project true
C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry env use python3.10
C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry env use 3.9
C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry install
C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry run pyinstaller --onefile --clean --add-binary 'binaries/windows;.' migaku-player-converter.py
- name: release-windows
Expand Down

0 comments on commit 3c53147

Please sign in to comment.