Build Playstore APK

This commit is contained in:
vishnukvmd 2021-07-31 13:06:18 +05:30
parent 9f9004356f
commit 5ce18821e5

View file

@ -34,7 +34,10 @@ jobs:
# Get flutter dependencies.
- run: flutter pub get
# Build apk.
# Build playstore apk.
- run: flutter build apk --release --flavor playstore
# Build independent apk.
- run: flutter build apk --release --flavor independent
# Upload generated apk to the artifacts.