From e2468d1d17848e960c4344af083fcd76f6a580ea Mon Sep 17 00:00:00 2001 From: Filipe Brito Date: Tue, 1 Oct 2019 16:23:22 -0300 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 42b1bef80..551279bb5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -114,10 +114,10 @@ jobs: - run: name: Build Play AAB command: - cd android - ./gradlew bundlePlayRelease + cd android && ./gradlew bundlePlayRelease - store_artifacts: - path: /tmp/build/outputs/play + path: app/build/outputs/bundle + destination: bundle android-play-experimental-build: <<: *defaults