From fce8d9749583465aa0e1ddc0cce3b299725cfb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cpengxuanzheng=E2=80=9D?= Date: Wed, 2 Mar 2022 10:35:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(TSG-9807):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dcache=5Fsize=E8=AE=BE=E7=BD=AE=E4=B8=BA0=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E5=86=85=E5=AD=98=E5=BF=AB=E9=80=9F=E6=B6=88?= =?UTF-8?q?=E8=80=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/travis.sh b/ci/travis.sh index faadc35c..aee68c31 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -60,7 +60,7 @@ fi if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then rpm -i $SYMBOL_TARGE*debuginfo*.rpm - _symbol_file=`find /usr/lib/debug/ -name "$SYMBOL_TARGET*.so*.debug"` + _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} fi \ No newline at end of file