From b930b38533a166f163f5d95fe63071f8ca89c35f Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sun, 1 Jan 2023 09:40:02 -0600 Subject: [PATCH] not onefile --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a2fa61..fb8daff 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 --onefile --noupx creeper.py + - run: pyinstaller --noupx creeper.py - run: cp -r assets dist/creeper - name: Step 3 - Use the Upload Artifact GitHub Action uses: actions/upload-artifact@v2