mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Create executables for all platforms, not just Windows
This commit is contained in:
18
.github/workflows/create_executables.yml
vendored
Normal file
18
.github/workflows/create_executables.yml
vendored
Normal 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'
|
||||
Reference in New Issue
Block a user