From 78671c51e61ad5ea856839a53c6dd616f8d18445 Mon Sep 17 00:00:00 2001 From: Piet Geursen Date: Sun, 1 Dec 2019 20:38:53 +0100 Subject: [PATCH] fix path moar --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 6d5148f..2a04f3b 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -22,7 +22,7 @@ main() { cross rustc --manifest-path stdio/Cargo.toml --target $TARGET --release -- -C lto cp target/$TARGET/release/main $stage/http_server - cp target/$TARGET/release/jsonrpc_stdio $stage/jsonrpc_stdio + cp target/$TARGET/release/json_rpc_stdio $stage/json_rpc_stdio cd $stage tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *