remove the noupx
This commit is contained in:
parent
01c7f25c0a
commit
d6f049a85d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue