diff options
Diffstat (limited to '.github/workflows')
-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 |