summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author彭宣正 <[email protected]>2022-03-22 08:36:48 +0000
committer彭宣正 <[email protected]>2022-03-22 08:36:48 +0000
commitb948c1fbb8d25c510070892a01ff1ca204f75e50 (patch)
treee2b80b997c5b2598d1af4357af7ecc207833297d
parente8cf4c712829927c6e5c53751d9240717a5233e4 (diff)
Update travis.sh
-rw-r--r--ci/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index a6ea4f1b..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 $SYMBOL_TARGE*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}