Update config.yml
This commit is contained in:
parent
b33dcbc9ac
commit
fb4955f68a
|
@ -113,7 +113,9 @@ jobs:
|
|||
echo $ROCKET_PLAY_JSON | base64 --decode > android/app/rocket-chat.json
|
||||
- run:
|
||||
name: Build Play AAB
|
||||
command: ./gradlew bundlePlayRelease
|
||||
command:
|
||||
cd android
|
||||
./gradlew bundlePlayRelease
|
||||
- store_artifacts:
|
||||
path: /tmp/build/outputs/play
|
||||
|
||||
|
|
Loading…
Reference in New Issue