From fb4955f68ad4e6e4f25e40812afd3826d7518b4a Mon Sep 17 00:00:00 2001 From: Filipe Brito Date: Tue, 1 Oct 2019 13:16:17 -0300 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c556d788..42b1bef80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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