Update config.yml
This commit is contained in:
parent
7c99ca3360
commit
69a2a68ad4
|
@ -116,7 +116,7 @@ jobs:
|
||||||
command: ./gradlew androidDependencies
|
command: ./gradlew androidDependencies
|
||||||
- run:
|
- run:
|
||||||
name: Build Play AAB
|
name: Build Play AAB
|
||||||
command: ./gradlew bundleRelease
|
command: ./gradlew bundlePlayRelease
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/build/outputs/play
|
path: /tmp/build/outputs/play
|
||||||
|
|
||||||
|
@ -218,7 +218,7 @@ jobs:
|
||||||
npx jetify
|
npx jetify
|
||||||
cd android
|
cd android
|
||||||
if [[ $KEYSTORE ]]; then
|
if [[ $KEYSTORE ]]; then
|
||||||
./gradlew bundleRelease
|
./gradlew bundlePlayExperimentalRelease
|
||||||
else
|
else
|
||||||
./gradlew assembleDebug
|
./gradlew assembleDebug
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue