mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: macos universal build (#4311)
This commit is contained in:
parent
ee7fc5d77d
commit
6dba118413
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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: |
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user