Skip to content

Commit e9394b1

Browse files
committed
Build a non-debug version of the APK so it's faster at runtime
1 parent 476f23d commit e9394b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: flutter pub get
3030

3131
- name: Build Android app
32-
run: flutter build apk --debug
32+
run: flutter build apk
3333

3434
- name: Build iOS app
3535
run: flutter build ios --debug --simulator

0 commit comments

Comments
 (0)