From 3c5276ba673aa286b22526e357a36f91824a319e Mon Sep 17 00:00:00 2001 From: windingtheropes Date: Tue, 11 Jun 2024 22:08:01 -0400 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1feb237..bfc3a42 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,7 +20,7 @@ jobs: pip install -r src/requirements.txt - name: Run PyInstaller run: | - python -m PyInstaller --onefile src/game.spec + pyinstaller --onefile src/game.spec - uses: actions/upload-artifact@v2 with: