diff --git a/ci/travis.sh b/ci/travis.sh index ce5bd59..ee657de 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -67,6 +67,6 @@ fi if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then rpm -i sce*debuginfo*.rpm - cp /usr/lib/debug/opt/tsg/sce/bin/sce.debug /tmp/sce.debuginfo.${CI_COMMIT_SHORT_SHA} + cp /usr/lib/debug/opt/tsg/sce/bin/sce*debug /tmp/sce.debuginfo.${CI_COMMIT_SHORT_SHA} sentry-cli upload-dif -t elf /tmp/sce.debuginfo.${CI_COMMIT_SHORT_SHA} fi