summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
author彭宣正 <[email protected]>2022-03-22 08:57:00 +0000
committer彭宣正 <[email protected]>2022-03-22 08:57:00 +0000
commit26158e14a63c297e677ca3ed8d68cebac04ebaad (patch)
treee620c88d1674616239110710c1649f59b186110c /ci
parent0210b5c904b5e9b6dd631b0cff5f74f2d8228d94 (diff)
Update travis.sh
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 edd5ae9b..74536946 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -59,7 +59,7 @@ if [ -n "${UPLOAD_RPM}" ]; then
fi
if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
- rpm -i lib$SYMBOL_TARGET*debuginfo*.rpm
+ rpm -i $SYMBOL_TARGET*debuginfo*.rpm
_symbol_file=`find /usr/lib/debug/ -name "*$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}