Skip to content

Commit 9f81283

Browse files
committed
fix: build apk
1 parent 77b990d commit 9f81283

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flutter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- name: Check formatting
3232
run: dart format --output=none --set-exit-if-changed .
3333

34-
- name: Flutter build (web example)
35-
run: flutter build web
34+
- name: Flutter build (apk)
35+
run: flutter build apk --release --no-tree-shake-icons 2>/dev/null | grep -v "deprecated"

0 commit comments

Comments
 (0)