Skip to content

Create pyinstaller.yml #1

Create pyinstaller.yml

Create pyinstaller.yml #1

Workflow file for this run

on: workflow_run

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

View workflow run for this annotation

GitHub Actions / .github/workflows/pyinstaller.yml

Invalid workflow file

`on.workflow_run` does not reference any workflows. See https://docs.github.com/actions/learn-github-actions/events-that-trigger-workflows#workflow_run for more information
jobs:
pyinstaller-build:
runs-on: windows-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.12'
spec: 'make_doc.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'make_doc'