Update .gitea/workflows/pyinstaller.yml
Versatile PyInstaller / pyinstaller-build (push) Failing after 23s

This commit is contained in:
2025-06-07 17:28:54 +00:00
parent 431b6ceb79
commit 79f1f38bbe
+2 -2
View File
@@ -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`