diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 539532b..0fa0394 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: pip install pyinstaller - name: Build with PyInstaller (Windows) run: | - pyinstaller --onefile --windowed github + pyinstaller --onefile --windowed github.py - name: Upload Artifact uses: actions/upload-artifact@v2 with: