summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorluqiuwen <[email protected]>2019-09-05 16:18:41 +0800
committerluqiuwen <[email protected]>2019-09-05 16:50:18 +0800
commit1484f763f63f42e692bb5a97f5865953f1fcc904 (patch)
tree86a5552878ff62b8153ac4545ffce1e33f34915d /ci
parent611d978b91afdfdbf88694d1fe7b90f1a3c87447 (diff)
调整调试符号的收集位置。
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 93934d7..3acabdc 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -51,5 +51,5 @@ if [ -n "${PACKAGE}" ]; then
fi
if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
- sentry-cli upload-dif -t elf build/
+ sentry-cli upload-dif -t elf ./
fi