modified: .circleci/config.yml
This commit is contained in:
parent
c5af92bf31
commit
a3cfb5ca7e
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Build the Android version
|
||||
command: flutter build apk
|
||||
command: flutter build apk --split-per-abi
|
||||
|
||||
- store_artifacts:
|
||||
path: build/app/outputs/apk/release/app-release.apk
|
||||
path: build/app/outputs/apk/release/
|
Loading…
Reference in New Issue