not onefile
This commit is contained in:
parent
61828f699d
commit
b930b38533
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:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
- run: pyinstaller --onefile --noupx creeper.py
|
- run: pyinstaller --noupx creeper.py
|
||||||
- run: cp -r assets dist/creeper
|
- run: cp -r assets dist/creeper
|
||||||
- name: Step 3 - Use the Upload Artifact GitHub Action
|
- name: Step 3 - Use the Upload Artifact GitHub Action
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue