mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
18 lines
387 B
YAML
18 lines
387 B
YAML
name: Create Executable (Windows)
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
release:
|
|
|
|
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'
|