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/"