From acc448ce740b3756c622daf35d7be8372e76cebb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 23 Feb 2022 14:25:03 +0530 Subject: Use explicit Gradle tasks to handle build artifact collection (#1745) --- .github/workflows/deploy_snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index a055c0b2..4e66245c 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -33,7 +33,7 @@ jobs: SNAPSHOT: "true" SENTRY_DSN: ${{ secrets.SENTRY_DSN }} with: - arguments: --no-configuration-cache :app:assembleFreeRelease :app:assembleNonFreeRelease + arguments: --no-configuration-cache collectFreeReleaseApks collectNonFreeReleaseApks - name: Clean secrets run: scripts/signing-cleanup.sh -- cgit v1.2.3