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

This commit is contained in:
2025-06-07 17:23:46 +00:00
parent 438f3b4d24
commit d556bfc4f1
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
with: with:
python-version: 3.14 python-version: 3.14
pyinstaller_ver: '==5.13.2' pyinstaller_ver: '==5.13.2'
spec: 'build.spec' spec: 'main.spec'
requirements: 'requirements.txt' requirements: 'requirements.txt'
upload_exe_with_name: 'steamPathCLI' upload_exe_with_name: 'steamPathCLI'
options: --onefile, --name "SteamPathsCLI", --windowed options: --onefile, --name "SteamPathsCLI", --windowed