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 *