Skip to content

Commit df77762

Browse files
Enable verbose output for Android build
Adds the --verbose flag to the Flutter Android release build step in the GitHub Actions workflow to provide more detailed build logs for troubleshooting and analysis.
1 parent 13a51a2 commit df77762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Build Android
115115
if: matrix.target == 'Android'
116116
run: |
117-
flutter build apk --release
117+
flutter build apk --release --verbose
118118
flutter build apk --release --split-per-abi
119119
cd build/app/outputs/flutter-apk
120120
mv app-release.apk CloudOTP-${{ steps.get_version.outputs.version }}-android-universal.apk

0 commit comments

Comments
 (0)