Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
windingtheropes authored Jun 12, 2024
1 parent 5d04385 commit 30dce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install -r src/requirements.txt
- name: Run PyInstaller
run: |
python -m PyInstaller --specpath src/game.spec src/game.py
python -m PyInstaller src/game.py
# - uses: actions/upload-artifact@v2
# with:
# name: Windows_qwiklabs
Expand Down

0 comments on commit 30dce05

Please sign in to comment.