将可执行程序的名称由licence_tool修改为hasp_update

This commit is contained in:
luwenpeng
2021-10-26 13:11:21 +03:00
parent b9f0240d13
commit fab0aed7a4
4 changed files with 14 additions and 14 deletions

View File

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