diff --git a/.github/workflows/publish_rondb.yml b/.github/workflows/publish_rondb.yml index 2df48fc60b2..e5dcd202fca 100644 --- a/.github/workflows/publish_rondb.yml +++ b/.github/workflows/publish_rondb.yml @@ -122,6 +122,8 @@ jobs: user_code_path="${user_code_path}/rondb-dev" fi + ssh $host_user "mkdir -p $user_code_path" + echo "Copying $tarball to $host_user:$user_code_path" scp ./$tarball $host_user:$user_code_path/$tarball # Delete the tarball after it has been uploaded