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

This commit is contained in:
2025-06-07 17:21:57 +00:00
parent 6e6a454179
commit 438f3b4d24
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
with:
python-version: 3.14
pyinstaller_ver: '==5.13.2'
spec: 'src/build.spec'
requirements: 'src/requirements.txt'
spec: 'build.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'steamPathCLI'
options: --onefile, --name "SteamPathsCLI", --windowed
spec_options: # any custom arguments you want like: `--debug`