Update .gitea/workflows/pyinstaller.yml
Versatile PyInstaller / pyinstaller-build (push) Failing after 23s
Versatile PyInstaller / pyinstaller-build (push) Failing after 23s
This commit is contained in:
@@ -22,9 +22,9 @@ jobs:
|
|||||||
uses: sayyid5416/pyinstaller@v1
|
uses: sayyid5416/pyinstaller@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.14
|
python-version: 3.14
|
||||||
pyinstaller_ver: '==5.13.2'
|
pyinstaller_ver: '==6.14.0'
|
||||||
spec: 'main.spec'
|
spec: 'main.spec'
|
||||||
requirements: 'requirements.txt'
|
requirements: 'requirements.txt'
|
||||||
upload_exe_with_name: 'steamPathCLI'
|
upload_exe_with_name: 'steamPathCLI'
|
||||||
options: --onefile, --name "SteamPathsCLI"
|
options: --onefile, --name "SteamPathsCLI",
|
||||||
spec_options: # any custom arguments you want like: `--debug`
|
spec_options: # any custom arguments you want like: `--debug`
|
||||||
Reference in New Issue
Block a user