From 3f515afbb4cb3d22520729453bea5af050c0eb00 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 7 Dec 2016 10:32:24 -0500 Subject: Fix completion build.rs --- ci/before_deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 39202448..27d24916 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -16,11 +16,11 @@ mk_tarball() { local out_dir=$(pwd) local name="${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}" mkdir "$td/$name" + mkdir "$td/$name/complete" cp target/$TARGET/release/rg "$td/$name/" cp {doc/rg.1,README.md,UNLICENSE,COPYING,LICENSE-MIT} "$td/$name/" - cp target/release/build/ripgrep-*/out/rg.* "$td/$name/" - cp target/release/build/ripgrep-*/out/_rg.* "$td/$name/" + cp target/release/build/ripgrep-*/out/{_rg,rg.bash-completion,rg.fish,_rg.ps1} "$td/$name/complete/" pushd $td tar czf "$out_dir/$name.tar.gz" * -- cgit v1.2.3