Skip to content

Update pyinstaller.yml #5

Update pyinstaller.yml

Update pyinstaller.yml #5

Workflow file for this run

name: PyInstaller Action
on:
push:
branches:
- '**' # This will trigger the action on pushes to any branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run PyInstaller
uses: Martin005/[email protected]
with:
spec: baldilevelsaver.py # or path/to/your_script.py for .py file
requirements: requirements.txt
options: '--windowed --onefile'
python_ver: 3.10
python_arch: x64
exe_path: ./dist
upload_exe_with_name: baldilevelsaver