Files
SteamPathCLI/.gitea/workflows/pyinstaller.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: unmarshal errors: line 1: cannot unmarshal !!seq into model.Workflow
LunaChocken 0f013b236f Updoot
2025-06-07 18:01:00 +01:00

15 lines
440 B
YAML

- name: PyInstaller Action
uses: Martin005/pyinstaller-action@v1.2.0
jobs:
pyinstaller-build:
runs-on: ubuntu-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.6'
spec: 'src/build.spec'
requirements: 'src/requirements.txt'
upload_exe_with_name: 'My executable'
options: --onefile, --name "My App", --windowed,