diff options
author | Till Höppner | 2016-02-24 20:21:19 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-24 20:21:19 +0100 |
commit | 470739f5b5199368ce9d9cf78d1a86dde33e4d6a (patch) | |
tree | b18a95d14dbf2979f13b24960ad4d80194d216de /ci/before_deploy.sh | |
parent | 5030e02f1bb446cffd6560110a2c76960d24df0e (diff) | |
download | ilc-0.1.2.tar.gz ilc-0.1.2.tar.xz ilc-0.1.2.zip |
Update README with Downloadsv0.1.2
Diffstat (limited to 'ci/before_deploy.sh')
-rw-r--r-- | ci/before_deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |