summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-20 16:40:42 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-20 16:40:42 -0500
commitfeda38852eca77afc9ac467e537e787718991ea3 (patch)
tree494ff545bd10cbb06eed43367933118703c526e0
parent59187902d09cdc99aeb1816e16dc40dfc1a0db8d (diff)
fix deploy
-rw-r--r--ci/before_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 9e03f50f..12af2a5c 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -17,7 +17,7 @@ mk_tarball() {
local name="${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}"
mkdir "$td/$name"
- tree target/$TARGET/release
+ ls -l --recursive target/$TARGET/release
cp target/$TARGET/release/rg "$td/$name/"
cp {doc/rg.1,README.md,UNLICENSE,COPYING,LICENSE-MIT} "$td/$name/"