From f2858529c200548cfeef905a0e3d382be6344db0 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 14 Jan 2023 19:13:40 +0530 Subject: fix(ci): assemble bundles but do not deploy them in snapshots While a build test is good and useful ultimately there is little value to the bundle format outside Google Play and the artifact only serves to confuse users looking to download the snapshots. --- .github/workflows/deploy_snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 0b4a4130..e12c7d6e 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -44,7 +44,7 @@ jobs: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} with: - arguments: collectFreeReleaseApks collectNonFreeReleaseApks collectFreeReleaseBundle collectNonFreeReleaseBundle -PsentryUploadMappings + arguments: collectFreeReleaseApks collectNonFreeReleaseApks bundleFreeRelease bundleNonFreeRelease -PsentryUploadMappings gradle-home-cache-cleanup: true - name: Clean secrets -- cgit v1.2.3