diff options
Diffstat (limited to 'ci')
-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 * |