Update .gitea/workflows/pyinstaller.yml
PyInstaller Action / pyinstaller-build (push) Failing after 4s
PyInstaller Action / pyinstaller-build (push) Failing after 4s
This commit is contained in:
@@ -21,8 +21,8 @@ jobs:
|
|||||||
- name: Create Executable
|
- name: Create Executable
|
||||||
uses: sayyid5416/pyinstaller@v1
|
uses: sayyid5416/pyinstaller@v1
|
||||||
with:
|
with:
|
||||||
python_ver: '3.6'
|
python_ver: '3.14'
|
||||||
spec: 'src/build.spec'
|
spec: 'src/build.spec'
|
||||||
requirements: 'src/requirements.txt'
|
requirements: 'src/requirements.txt'
|
||||||
upload_exe_with_name: 'My executable'
|
upload_exe_with_name: 'SteamPathCLI'
|
||||||
options: --onefile, --name "My App", --windowed,
|
options: --onefile, --name "SteamPathCI", --windowed,
|
||||||
Reference in New Issue
Block a user