Store only needed artifacts on build

This commit is contained in:
Diego Mello 2023-02-07 14:03:47 -03:00
parent 12d4c097fe
commit d88a2a5b62
1 changed files with 3 additions and 1 deletions

View File

@ -487,7 +487,9 @@ jobs:
yarn detox build --configuration android.att.release
- save_cache: *save-gradle-cache
- store_artifacts:
path: android/app/build/outputs/apk/
path: android/app/build/outputs/apk/experimentalPlay/release/app-experimental-play-release.apk
- store_artifacts:
path: android/app/build/outputs/apk/androidTest/experimentalPlay/release/app-experimental-play-release-androidTest.apk
- persist_to_workspace:
root: /home/circleci/repo
paths: