Update config.yml
This commit is contained in:
parent
fb4955f68a
commit
e2468d1d17
|
@ -114,10 +114,10 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Build Play AAB
|
name: Build Play AAB
|
||||||
command:
|
command:
|
||||||
cd android
|
cd android && ./gradlew bundlePlayRelease
|
||||||
./gradlew bundlePlayRelease
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/build/outputs/play
|
path: app/build/outputs/bundle
|
||||||
|
destination: bundle
|
||||||
|
|
||||||
android-play-experimental-build:
|
android-play-experimental-build:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
Loading…
Reference in New Issue