Skip to content

Commit 5327643

Browse files
Update release.yml
1 parent 0fb10a8 commit 5327643

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 --verbose
117+
flutter build apk --release
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)