name: Create Executable (Windows) on: workflow_dispatch: release: - types: [created] jobs: pyinstaller-build: runs-on: windows-latest steps: - name: Create Executable (Windows) uses: sayyid5416/pyinstaller@v1 with: python_ver: '3.11' spec: 'main.spec' requirements: 'requirements.txt' upload_exe_with_name: 'Zordon'