mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-17 16:11:11 +02:00
CI script fixes (sentry symbols upload)
This commit is contained in:
committed by
Dmitry Vedenko
parent
c8e0bf343d
commit
2e0e3b4162
4
.github/workflows/cmake_build.yml
vendored
4
.github/workflows/cmake_build.yml
vendored
@@ -97,11 +97,9 @@ jobs:
|
||||
exec bash "scripts/ci/build.sh"
|
||||
|
||||
- name: Upload debug symbols
|
||||
if: startsWith(github.ref, 'refs/tags/release-')
|
||||
if: startsWith(github.ref, 'refs/heads/release-')
|
||||
env:
|
||||
SENTRY_DSN_KEY: ${{ secrets.SENTRY_DSN_KEY }}
|
||||
SENTRY_HOST: ${{ secrets.SENTRY_HOST }}
|
||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_ORG_SLUG: ${{ secrets.SENTRY_ORG_SLUG }}
|
||||
SENTRY_PROJECT_SLUG: ${{ secrets.SENTRY_PROJECT_SLUG }}
|
||||
|
Reference in New Issue
Block a user