Create executables for all platforms, not just Windows

This commit is contained in:
2024-08-23 19:46:35 -05:00
committed by GitHub
parent 18873cec6f
commit 80b0adb2ad

View File

@@ -0,0 +1,18 @@
name: Create Executables
on:
workflow_dispatch:
release:
- types: [created]
jobs:
pyinstaller-build:
runs-on: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Create Executables
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.11'
spec: 'main.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'Zordon'