aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-01-14 19:13:40 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-01-16 10:22:36 +0530
commitf2858529c200548cfeef905a0e3d382be6344db0 (patch)
tree1e366c1fb1bbc6aa25cf9fe8c98d8ca91ba3557c /.github/workflows
parentf4be4a455c3dd39ceec225b4002cc73db07d71f3 (diff)
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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy_snapshot.yml2
1 files changed, 1 insertions, 1 deletions
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