diff options
| author | luwenpeng <[email protected]> | 2021-10-26 13:11:21 +0300 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2021-10-26 13:11:47 +0300 |
| commit | fab0aed7a4d987499716cbd8d7266874f150ccfe (patch) | |
| tree | 036cc2ae343bbe100b0ed3aaf3a2467a43379a99 /ci/travis.sh | |
| parent | b9f0240d1315e942de21f1a4ec742c665711b98a (diff) | |
将可执行程序的名称由licence_tool修改为hasp_updatev1.0.0-202111master
Diffstat (limited to 'ci/travis.sh')
| -rw-r--r-- | ci/travis.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index 3290ef0..2070d01 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -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
\ No newline at end of file |
