diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a0d96e..bfedaca 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 --noconsole creeper.py - run: cp -r assets dist/creeper - name: Step 3 - Use the Upload Artifact GitHub Action uses: actions/upload-artifact@v2