summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-12-07 11:13:44 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-12-07 11:13:44 -0500
commit699c76f45c45349a586e0df564912c7100dc0d9e (patch)
treefd243677822e3fb27234bc6b311ce54fc7b19da9
parentde3300352779c8ee8c2cae3cd68e5cda77ed62eb (diff)
fix ci0.3.2
-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 27d24916..9ab2c4e9 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -20,7 +20,7 @@ mk_tarball() {
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,rg.bash-completion,rg.fish,_rg.ps1} "$td/$name/complete/"
+ cp target/$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" *