mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +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: |
|
run: |
|
||||||
./scripts/setup-age.sh
|
./scripts/setup-age.sh
|
||||||
./scripts/signing-setup.sh "$AGE_SECRET_KEY"
|
./scripts/signing-setup.sh "$AGE_SECRET_KEY"
|
||||||
./gradlew --no-configuration-cache --stacktrace collectReleaseBundle
|
./gradlew --no-configuration-cache --stacktrace -PsentryUploadMappings collectReleaseBundle
|
||||||
./scripts/signing-cleanup.sh
|
./scripts/signing-cleanup.sh
|
||||||
env:
|
env:
|
||||||
AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}
|
AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}
|
||||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
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_NAME: ${{ github.event.inputs.versionName }}
|
||||||
ORG_GRADLE_PROJECT_VERSION_CODE: ${{ github.event.inputs.versionCode }}
|
ORG_GRADLE_PROJECT_VERSION_CODE: ${{ github.event.inputs.versionCode }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue