fix: macos universal build (#4311)

This commit is contained in:
Lucas.Xu 2024-01-05 14:28:47 +07:00 committed by GitHub
parent ee7fc5d77d
commit 6dba118413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ jobs:
working-directory: frontend
run: |
flutter config --enable-macos-desktop
sh scripts/flutter_release_build/build_universal_package_for_macos.sh
sh scripts/flutter_release_build/build_universal_package_for_macos.sh ${{ github.ref_name }}
- name: Codesign AppFlowy
run: |

View File

@ -24,4 +24,4 @@ cp -rf rust-lib/target/libdart_ffi.a \
echo '🚀 ---------------------------------------------------'
echo '🚀 building the flutter application for macOS'
cargo make --profile production-mac-universal appflowy-macos-universal
cargo make --env APP_VERSION=$1 --profile production-mac-universal appflowy-macos-universal