1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-09 07:36:21 +02:00

Fix (?) travis deployment

This commit is contained in:
Elisabeth Henry 2017-03-21 01:52:06 +01:00
parent dcbc9b4af1
commit df5ca32734

View File

@ -12,7 +12,7 @@ cp target/$TARGET/release/crowbook 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}_${TRAVIS_TAG}_${TARGET}.tar.gz *