summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2020-10-19 14:49:24 +0800
committerfumingwei <[email protected]>2020-10-19 14:49:24 +0800
commit1718af441dacb0e7dbba561f03c4188ebe1e0c84 (patch)
tree1117a6573ea1fabe967652736a35366a9782ebd0 /ci
parent3f20d93a4a35633ddb5c21752cb1868f4f09ba87 (diff)
修改上传symbol debug 文件
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 2505787..6d3fae4 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -65,7 +65,7 @@ fi
if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
rpm -i $SYMBOL_TARGET*debuginfo*.rpm
- _symbol_file=`find /usr/lib/debug/ -name "$SYMBOL_TARGET*.so*.debug"`
+ _symbol_file=`find /usr/lib/debug/ -name "lib$SYMBOL_TARGET*.so*.debug"`
cp $_symbol_file ${_symbol_file}info.${CI_COMMIT_SHORT_SHA}
sentry-cli upload-dif -t elf ${_symbol_file}info.${CI_COMMIT_SHORT_SHA}
fi