mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Try to rename executables
This commit is contained in:
24
.github/workflows/create-executables.yml
vendored
24
.github/workflows/create-executables.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
python_ver: '3.11'
|
python_ver: '3.11'
|
||||||
spec: 'main.spec'
|
spec: 'main.spec'
|
||||||
requirements: 'requirements.txt'
|
requirements: 'requirements.txt'
|
||||||
upload_exe_with_name: 'Zordon'
|
upload_exe_with_name: 'zordon-windows'
|
||||||
pyinstaller-build-linux:
|
pyinstaller-build-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -29,14 +29,14 @@ jobs:
|
|||||||
python_ver: '3.11'
|
python_ver: '3.11'
|
||||||
spec: 'main.spec'
|
spec: 'main.spec'
|
||||||
requirements: 'requirements.txt'
|
requirements: 'requirements.txt'
|
||||||
upload_exe_with_name: 'Zordon'
|
upload_exe_with_name: 'zordon-linux'
|
||||||
pyinstaller-build-macos:
|
# pyinstaller-build-macos:
|
||||||
runs-on: macos-latest
|
# runs-on: macos-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Create Executables (macOS)
|
# - name: Create Executables (macOS)
|
||||||
uses: sayyid5416/pyinstaller@v1
|
# uses: sayyid5416/pyinstaller@v1
|
||||||
with:
|
# with:
|
||||||
python_ver: '3.11'
|
# python_ver: '3.11'
|
||||||
spec: 'main.spec'
|
# spec: 'main.spec'
|
||||||
requirements: 'requirements.txt'
|
# requirements: 'requirements.txt'
|
||||||
upload_exe_with_name: 'Zordon'
|
# upload_exe_with_name: 'Zordon'
|
||||||
|
|||||||
Reference in New Issue
Block a user