bugfix: CI

This commit is contained in:
luwenpeng
2023-02-17 19:44:03 +08:00
parent 4d42dbe063
commit 6eaad28f9c

View File

@@ -67,6 +67,6 @@ fi
if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
rpm -i sce*debuginfo*.rpm
cp /usr/lib/debug/opt/tsg/sce/bin/sce.debug /tmp/sce.debuginfo.${CI_COMMIT_SHORT_SHA}
cp /usr/lib/debug/opt/tsg/sce/bin/sce*debug /tmp/sce.debuginfo.${CI_COMMIT_SHORT_SHA}
sentry-cli upload-dif -t elf /tmp/sce.debuginfo.${CI_COMMIT_SHORT_SHA}
fi