From 26158e14a63c297e677ca3ed8d68cebac04ebaad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E5=AE=A3=E6=AD=A3?= Date: Tue, 22 Mar 2022 08:57:00 +0000 Subject: [PATCH] Update travis.sh --- ci/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}