mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -7,9 +7,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pyinstaller-build:
|
pyinstaller-build:
|
||||||
runs-on: windows-latest
|
runs-on: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
steps:
|
steps:
|
||||||
- name: Create Executable (Windows)
|
- name: Create Executables
|
||||||
uses: sayyid5416/pyinstaller@v1
|
uses: sayyid5416/pyinstaller@v1
|
||||||
with:
|
with:
|
||||||
python_ver: '3.11'
|
python_ver: '3.11'
|
||||||
Reference in New Issue
Block a user