mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Fixes Sentry host
This commit is contained in:
parent
e6e81399f7
commit
c559ddbb3c
@ -11,6 +11,6 @@ curl -sL https://sentry.io/get-cli/ | bash
|
|||||||
|
|
||||||
SYMBOLS=$(find debug | xargs)
|
SYMBOLS=$(find debug | xargs)
|
||||||
|
|
||||||
${INSTALL_DIR}/sentry-cli --auth-token ${SENTRY_AUTH_TOKEN} --url ${SENTRY_HOST} upload-dif \
|
${INSTALL_DIR}/sentry-cli --auth-token ${SENTRY_AUTH_TOKEN} --url https://${SENTRY_HOST} upload-dif \
|
||||||
--org ${SENTRY_ORG_SLUG} \
|
--org ${SENTRY_ORG_SLUG} \
|
||||||
--project ${SENTRY_PROJECT_SLUG} ${SYMBOLS}
|
--project ${SENTRY_PROJECT_SLUG} ${SYMBOLS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user