Skip to content

Commit 922d7b4

Browse files
committed
Publish should assemble APKs & store build output
1 parent 002b398 commit 922d7b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/continue-config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,10 @@ jobs:
249249
- run:
250250
name: Build
251251
command: |
252-
./project/gradlew -p ./project publishGmsReleaseBundle --scan
252+
./project/gradlew -p ./project assembleRelease publishGmsReleaseBundle --scan
253+
- store_artifacts:
254+
path: project/app/build/outputs
255+
destination: build-outputs
253256

254257
workflows:
255258
evaluate-oss-contribution:

0 commit comments

Comments
 (0)