Skip to content

Commit

Permalink
fix: macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jun 5, 2024
1 parent 5b4912c commit 492353a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
working-directory: frontend
run: |
flutter config --enable-macos-desktop
dart ./scripts/flutter_release_build/build_flowy.dart run . ${{ github.event.inputs.build_name }}
dart ./scripts/flutter_release_build/build_flowy.dart exclude-directives . ${{ github.event.inputs.build_name }}
cargo make --profile production-mac-x86_64 appflowy
- name: Codesign AppFlowy
run: |
Expand Down Expand Up @@ -194,7 +195,8 @@ jobs:
working-directory: frontend
run: |
flutter config --enable-macos-desktop
dart ./scripts/flutter_release_build/build_flowy.dart run . ${{ github.event.inputs.build_name }}
dart ./scripts/flutter_release_build/build_flowy.dart exclude-directives . ${{ github.event.inputs.build_name }}
cargo make --profile production-mac-arm64 appflowy
- name: Codesign AppFlowy
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ jobs:
working-directory: frontend
run: |
flutter config --enable-macos-desktop
dart ./scripts/flutter_release_build/build_flowy.dart run . ${{ needs.prepare.outputs.version }}
dart ./scripts/flutter_release_build/build_flowy.dart exclude-directives . ${{ needs.prepare.outputs.version }}
cargo make --profile production-mac-x86_64 appflowy
- name: Check for Code signing ID
run: |
Expand Down

0 comments on commit 492353a

Please sign in to comment.