diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-09-11 01:38:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 20:08:05 +0000 |
commit | 85a4c027e4a54bd326272bf6e5a75afd01fda36d (patch) | |
tree | 7ca36c1f0f0d7d14a2d58c2646a277d4c8af94c7 /.github | |
parent | c289b01a86f695b111431997b896ec33533480b5 (diff) |
Fix bundle collection task (#2122)
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 7bf57d1b..b87eefb5 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -35,7 +35,7 @@ jobs: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} with: - arguments: collectFreeReleaseApks collectNonFreeReleaseApks -PsentryUploadMappings + arguments: collectFreeReleaseApks collectNonFreeReleaseApks collectFreeReleaseBundle collectNonFreeReleaseBundle -PsentryUploadMappings gradle-home-cache-cleanup: true - name: Clean secrets |