Merge pull request #735 from mattico/fix-travis-deploy

Fix travis deploy script
This commit is contained in:
Matt Ickstadt 2018-07-24 14:13:39 -05:00 committed by GitHub
commit 0f89abb1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 *