We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244bc27 commit c462db3Copy full SHA for c462db3
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
flutter-version: ${{ matrix.flutter }}
38
- run: flutter pub get
39
working-directory: example
40
- - run: flutter build apk --debug -v
+ - run: flutter build apk --release -v
41
42
- name: Archive FlagshipQA APK
43
uses: actions/upload-artifact@v4
0 commit comments