Update .gitea/workflows/pyinstaller.yml
Versatile PyInstaller / pyinstaller-build (push) Has been cancelled
Versatile PyInstaller / pyinstaller-build (push) Has been cancelled
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: PyInstaller Action
|
||||
uses: Martin005/pyinstaller-action@v1.2.0
|
||||
name: Versatile PyInstaller
|
||||
uses: sayyid5416/pyinstaller@v1.8.0
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
@@ -16,13 +16,15 @@ on:
|
||||
- debug
|
||||
jobs:
|
||||
pyinstaller-build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: #<windows-latest / ubuntu-latest / ..... etc>
|
||||
steps:
|
||||
- name: Create Executable
|
||||
uses: sayyid5416/pyinstaller@v1
|
||||
with:
|
||||
python_ver: '3.14'
|
||||
python_ver: '3.6'
|
||||
pyinstaller_ver: '==5.13.2'
|
||||
spec: 'src/build.spec'
|
||||
requirements: 'src/requirements.txt'
|
||||
upload_exe_with_name: 'SteamPathCLI'
|
||||
options: --onefile, --name "SteamPathCI", --windowed,
|
||||
upload_exe_with_name: 'steamPathCLI'
|
||||
options: --onefile, --name "SteamPathsCLI", --windowed
|
||||
spec_options: # any custom arguments you want like: `--debug`
|
||||
Reference in New Issue
Block a user