From 470739f5b5199368ce9d9cf78d1a86dde33e4d6a Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Wed, 24 Feb 2016 20:21:19 +0100 Subject: Update README with Downloads --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/before_deploy.sh') diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index b8f67d4..233ae9e 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -12,4 +12,4 @@ cp target/$TARGET/release/ilc* staging cd staging # release tarball will look like 'rust-everywhere-v1.2.3-x86_64-unknown-linux-gnu.tar.gz' -tar czf ../${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}.tar.gz * +tar czf ../${PROJECT_NAME}-${TARGET}.tar.gz * -- cgit v1.2.3