Fix travis deploy script

This commit is contained in:
Matt Ickstadt 2018-07-24 14:12:27 -05:00
parent 7c8dd5085b
commit b5e32f57dc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ main() {
cargo rustc --bin mdbook --target $TARGET --release -- -C lto
cp target/release/mdbook $stage/
cp target/$TARGET/release/mdbook $stage/
cd $stage
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *