Skip to content

Commit

Permalink
Create folder first if not exists (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv authored Nov 14, 2024
1 parent 6d1146a commit 569dbe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_rondb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 569dbe2

Please sign in to comment.