We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592dd2d commit cb4fd01Copy full SHA for cb4fd01
.github/workflows/test_apk.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Build APK
57
working-directory: ${{ env.APK_BUILD_DIR }}
58
- run: flutter build apk --split-per-abi
+ run: flutter build apk --release --split-per-abi
59
60
- name: Upload APK
61
uses: actions/upload-artifact@v4
0 commit comments