Skip to content

Commit

Permalink
Publish should assemble APKs & store build output
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Sep 13, 2022
1 parent 002b398 commit 922d7b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,10 @@ jobs:
- run:
name: Build
command: |
./project/gradlew -p ./project publishGmsReleaseBundle --scan
./project/gradlew -p ./project assembleRelease publishGmsReleaseBundle --scan
- store_artifacts:
path: project/app/build/outputs
destination: build-outputs

workflows:
evaluate-oss-contribution:
Expand Down

0 comments on commit 922d7b4

Please sign in to comment.