Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Apr 16, 2024
1 parent 1acabe1 commit 86c1153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_native_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: beta # or: beta, master (or main)
channel: main # or: beta, master (or main)
- name: build
run: |
# TODO: use flutter distributor to build
cd example
flutter config --enable-native-assets
flutter build ios --release --no-codesign

0 comments on commit 86c1153

Please sign in to comment.