mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(ci): upload Sentry mappings from Tramline releases
This commit is contained in:
parent
5d0e56f115
commit
a42139ae1e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tramline-release.yml
vendored
3
.github/workflows/tramline-release.yml
vendored
|
@ -35,11 +35,12 @@ jobs:
|
|||
run: |
|
||||
./scripts/setup-age.sh
|
||||
./scripts/signing-setup.sh "$AGE_SECRET_KEY"
|
||||
./gradlew --no-configuration-cache --stacktrace collectReleaseBundle
|
||||
./gradlew --no-configuration-cache --stacktrace -PsentryUploadMappings collectReleaseBundle
|
||||
./scripts/signing-cleanup.sh
|
||||
env:
|
||||
AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}
|
||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.inputs.versionName }}
|
||||
ORG_GRADLE_PROJECT_VERSION_CODE: ${{ github.event.inputs.versionCode }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue