From 3ae6865dcb4e40d3a60a460618fb50e9bc9ca731 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 24 Mar 2017 16:47:20 +0900 Subject: [PATCH] Right name in ci folder --- ci/before_deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 026dc28..2d178fa 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -18,10 +18,10 @@ main() { test -f Cargo.lock || cargo generate-lockfile # TODO Update this to build the artifacts that matter to you - cross rustc --bin hello --target $TARGET --release -- -C lto + cross rustc --bin gutenberg --target $TARGET --release -- -C lto # TODO Update this to package the right artifacts - cp target/$TARGET/release/hello $stage/ + cp target/$TARGET/release/gutenberg $stage/ cd $stage tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *