diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a9360c..4a2fa61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: python-version: '3.10' - run: pip install -r requirements.txt - - run: pyinstaller creeper.py + - run: pyinstaller --onefile --noupx creeper.py - run: cp -r assets dist/creeper - name: Step 3 - Use the Upload Artifact GitHub Action uses: actions/upload-artifact@v2