Skip to content

Commit 01d09d1

Browse files
authored
Update flutter.yml
1 parent 61886f6 commit 01d09d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
channel: 'stable'
2727
- run: flutter packages get
2828
- run: flutter test
29-
- run: flutter build apk
29+
- run: flutter build apk --target-platform android-arm,android-arm64 --split-per-abi
3030

3131
# - run: curl

0 commit comments

Comments
 (0)