summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"