mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Mac try again
This commit is contained in:
17
.github/workflows/create-executables.yml
vendored
17
.github/workflows/create-executables.yml
vendored
@@ -49,13 +49,13 @@ jobs:
|
||||
pyinstaller-build-macos:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Extract Version
|
||||
id: get_version
|
||||
run: |
|
||||
version=$(python -c 'from version import APP_VERSION; print(APP_VERSION)')
|
||||
echo "VERSION=$version" >> $GITHUB_ENV
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v4
|
||||
# - name: Extract Version
|
||||
# id: get_version
|
||||
# run: |
|
||||
# version=$(python -c 'from version import APP_VERSION; print(APP_VERSION)')
|
||||
# echo "VERSION=$version" >> $GITHUB_ENV
|
||||
- name: Create Executable (macOS-arm64)
|
||||
uses: sayyid5416/pyinstaller@v1
|
||||
with:
|
||||
@@ -63,4 +63,5 @@ jobs:
|
||||
python_arch: 'arm64'
|
||||
spec: 'main.spec'
|
||||
requirements: 'requirements.txt'
|
||||
upload_exe_with_name: 'Zordon-${{env.VERSION}}-macOS-arm64'
|
||||
upload_exe_with_name: 'Zordon-testing-macOS-arm64'
|
||||
options: --onefile
|
||||
|
||||
Reference in New Issue
Block a user