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:
committed by
Dmitry Vedenko
parent
c8e0bf343d
commit
2e0e3b4162
@@ -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}
|
||||
|
Reference in New Issue
Block a user