mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Fixes Sentry host
This commit is contained in:
@@ -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} upload-dif \
|
||||
${INSTALL_DIR}/sentry-cli --auth-token ${SENTRY_AUTH_TOKEN} --url https://${SENTRY_HOST} upload-dif \
|
||||
--org ${SENTRY_ORG_SLUG} \
|
||||
--project ${SENTRY_PROJECT_SLUG} ${SYMBOLS}
|
||||
|
||||
Reference in New Issue
Block a user