Skip to content

Commit

Permalink
fix: macos universal build
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jan 4, 2024
1 parent eac878d commit 4f872ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f872ba

Please sign in to comment.