From afd99c43d7aee8bd85e728b2c947ccdc2ecc3bc7 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 8 Sep 2016 16:35:48 -0400 Subject: [PATCH] fix deploy --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" *