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:
@@ -1,4 +1,4 @@
|
||||
name: Create Executable (Windows)
|
||||
name: Create Executables
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -7,9 +7,9 @@ on:
|
||||
|
||||
jobs:
|
||||
pyinstaller-build:
|
||||
runs-on: windows-latest
|
||||
runs-on: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
steps:
|
||||
- name: Create Executable (Windows)
|
||||
- name: Create Executables
|
||||
uses: sayyid5416/pyinstaller@v1
|
||||
with:
|
||||
python_ver: '3.11'
|
||||
Reference in New Issue
Block a user