summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-08 16:35:48 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-08 16:35:48 -0400
commitafd99c43d7aee8bd85e728b2c947ccdc2ecc3bc7 (patch)
tree6c4c7511cc08fba3a354c1dd601733147f01effc /ci
parent96e87ab7385ca141b47e3ad2bebedc6be9cccaca (diff)
fix deploy0.0.13
Diffstat (limited to 'ci')
-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 f4a081f4..7f13a0de 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -18,7 +18,7 @@ mk_tarball() {
mkdir "$td/$name"
cp target/$TARGET/release/rg "$td/$name/"
- cp {README,UNLICENSE,COPYING,LICENSE_MIT} "$td/$name/"
+ cp {README.md,UNLICENSE,COPYING,LICENSE-MIT} "$td/$name/"
pushd $td
tar czf "$out_dir/$name.tar.gz" *