Skip to content

Commit c462db3

Browse files
committed
add verbose in ci
1 parent 244bc27 commit c462db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
flutter-version: ${{ matrix.flutter }}
3838
- run: flutter pub get
3939
working-directory: example
40-
- run: flutter build apk --debug -v
40+
- run: flutter build apk --release -v
4141
working-directory: example
4242
- name: Archive FlagshipQA APK
4343
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)