diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-25 11:33:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 11:33:35 +0530 |
commit | 758e3210a36a803410cf698c4085b5be99e8aba8 (patch) | |
tree | f34201cb031eea64e7d588e387eaa497ea1453aa /.github | |
parent | dfa882093c2c7c52caed81b04865dcef28741b54 (diff) |
Allow sentry mapping upload task to be configured at build-time (#1870)
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 5356f220..0fce90f9 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: --no-configuration-cache collectFreeReleaseApks collectNonFreeReleaseApks + arguments: --no-configuration-cache collectFreeReleaseApks collectNonFreeReleaseApks -PsentryUploadMappings - name: Clean secrets run: scripts/signing-cleanup.sh |