Update config.yml

This commit is contained in:
Filipe Brito 2019-10-01 13:16:17 -03:00
parent b33dcbc9ac
commit fb4955f68a
1 changed files with 3 additions and 1 deletions

View File

@ -113,7 +113,9 @@ jobs:
echo $ROCKET_PLAY_JSON | base64 --decode > android/app/rocket-chat.json echo $ROCKET_PLAY_JSON | base64 --decode > android/app/rocket-chat.json
- run: - run:
name: Build Play AAB name: Build Play AAB
command: ./gradlew bundlePlayRelease command:
cd android
./gradlew bundlePlayRelease
- store_artifacts: - store_artifacts:
path: /tmp/build/outputs/play path: /tmp/build/outputs/play