diff --git a/ci/travis.sh b/ci/travis.sh index 3acabdc..1aeae35 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -51,5 +51,5 @@ if [ -n "${PACKAGE}" ]; then fi if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then - sentry-cli upload-dif -t elf ./ + sentry-cli upload-dif -t elf platform/tfe* fi