mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +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'
|
||||
spec: 'main.spec'
|
||||
requirements: 'requirements.txt'
|
||||
upload_exe_with_name: 'Zordon'
|
||||
upload_exe_with_name: 'zordon-windows'
|
||||
pyinstaller-build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -29,14 +29,14 @@ jobs:
|
||||
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
|
||||
with:
|
||||
python_ver: '3.11'
|
||||
spec: 'main.spec'
|
||||
requirements: 'requirements.txt'
|
||||
upload_exe_with_name: 'Zordon'
|
||||
upload_exe_with_name: 'zordon-linux'
|
||||
# pyinstaller-build-macos:
|
||||
# runs-on: macos-latest
|
||||
# steps:
|
||||
# - name: Create Executables (macOS)
|
||||
# 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