Skip to content

Update pyinstaller.yml #2

Update pyinstaller.yml

Update pyinstaller.yml #2

Workflow file for this run

name: PyInstaller Action
# You may pin to the exact commit or the version.
# uses: Martin005/pyinstaller-action@dcfd75f8789130c10c0a34c3dee563e3f6906ea4
uses: Martin005/[email protected]
with:
# path of your '.py' or '.spec' file.
- This file will be used to create executable.
- If .py: Generated spec file will also be uploaded as artifact
spec: # default is
# path of your requirements.txt file
requirements: requirements.txt # optional, default is
# Options to set for pyinstaller command Ex: options: '--onedir, -F' (seperated by comma and space)

Check failure on line 13 in .github/workflows/pyinstaller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pyinstaller.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- Supported options: Check readme
options: --windowed --onefile # optional, default is
# specific python version you want to use
python_ver: # optional, default is 3.10
# specific python architecture you want to use
python_arch: # optional, default is x64
# Path on runner-os, where generated executable files are stored
exe_path: # optional, default is ./dist
# If passed, uploads executable artifact with this name. Else, artifact won't be uploaded.
upload_exe_with_name: # optional, default is