Skip to content

Commit 4c6852e

Browse files
committed
run on Android
1 parent c16977b commit 4c6852e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/supabase_flutter.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,11 @@ jobs:
116116
if: ${{ matrix.os == 'macos-latest' && matrix.flutter-version == '3.x'}}
117117
run: |
118118
cd example
119-
flutter build ios --no-codesign
119+
flutter build ios --no-codesign
120+
121+
- name: Build Android app
122+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.flutter-version == '3.x'}}
123+
run: |
124+
cd example
125+
flutter build apk
126+

0 commit comments

Comments
 (0)