diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 68d9728..6d5148f 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_server $stage + cp target/$TARGET/release/jsonrpc_stdio $stage/jsonrpc_stdio cd $stage tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *