remove the noupx

This commit is contained in:
Waylon Walker 2023-01-01 13:54:41 -06:00
parent 01c7f25c0a
commit d6f049a85d
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -16,7 +16,7 @@ jobs:
with:
python-version: '3.10'
- run: pip install -r requirements.txt
- run: pyinstaller --noupx creeper.py
- run: pyinstaller creeper.py
- run: cp -r assets dist/creeper
- name: Step 3 - Use the Upload Artifact GitHub Action
uses: actions/upload-artifact@v2