1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 00:23:32 +02:00

CI script fixes (sentry symbols upload)

This commit is contained in:
Vitaly Sverchinsky
2021-06-16 14:32:08 +03:00
committed by Dmitry Vedenko
parent c8e0bf343d
commit 2e0e3b4162
2 changed files with 3 additions and 5 deletions

View File

@@ -11,6 +11,6 @@ curl -sL https://sentry.io/get-cli/ | bash
SYMBOLS=$(find debug | xargs)
${INSTALL_DIR}/sentry-cli --auth-token ${SENTRY_AUTH_TOKEN} --url ${SENTRY_HOST} \
--org ${SENTRY_ORG_SLUG}} \
${INSTALL_DIR}/sentry-cli --auth-token ${SENTRY_AUTH_TOKEN} --url ${SENTRY_HOST} upload-dif \
--org ${SENTRY_ORG_SLUG} \
--project ${SENTRY_PROJECT_SLUG} ${SYMBOLS}