mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Update pyinstaller.yml
This commit is contained in:
26
.github/workflows/pyinstaller.yml
vendored
26
.github/workflows/pyinstaller.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Create Executables
|
name: Create Executable
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -6,30 +6,10 @@ on:
|
|||||||
- types: [created]
|
- types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pyinstaller-build-windows:
|
pyinstaller-build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Create Executables (Windows)
|
- name: Create Executable (Windows)
|
||||||
uses: sayyid5416/pyinstaller@v1
|
|
||||||
with:
|
|
||||||
python_ver: '3.11'
|
|
||||||
spec: 'main.spec'
|
|
||||||
requirements: 'requirements.txt'
|
|
||||||
upload_exe_with_name: 'Zordon'
|
|
||||||
pyinstaller-build-linux:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Create Executables (Linux)
|
|
||||||
uses: sayyid5416/pyinstaller@v1
|
|
||||||
with:
|
|
||||||
python_ver: '3.11'
|
|
||||||
spec: 'main.spec'
|
|
||||||
requirements: 'requirements.txt'
|
|
||||||
upload_exe_with_name: 'Zordon'
|
|
||||||
pyinstaller-build-macos:
|
|
||||||
runs-on: macos-latest
|
|
||||||
steps:
|
|
||||||
- name: Create Executables (macOS)
|
|
||||||
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