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

This commit is contained in:
2025-06-07 17:12:19 +00:00
parent b1b47c3362
commit 6be402bf77
+3 -3
View File
@@ -21,8 +21,8 @@ jobs:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.6'
python_ver: '3.14'
spec: 'src/build.spec'
requirements: 'src/requirements.txt'
upload_exe_with_name: 'My executable'
options: --onefile, --name "My App", --windowed,
upload_exe_with_name: 'SteamPathCLI'
options: --onefile, --name "SteamPathCI", --windowed,