diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-02-23 14:25:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 14:25:03 +0530 |
commit | acc448ce740b3756c622daf35d7be8372e76cebb (patch) | |
tree | d826cfae39eea5c71104e5a13cd94eea1783e36b /.github | |
parent | f08ad35d2e26b3f222cca4f973a865bdd815eeb3 (diff) |
Use explicit Gradle tasks to handle build artifact collection (#1745)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |