diff --git a/action.yml b/action.yml index fa59c06..ff56197 100644 --- a/action.yml +++ b/action.yml @@ -68,6 +68,7 @@ runs: fi if [[ "$OSTYPE" == "msys" || "$OSTYPE" == "cygwin" ]]; then depot="${depot/#\~/$USERPROFILE}" # Windows paths + depot="${depot//\\//}" # Replace backslashes with forward slashes else depot="${depot/#\~/$HOME}" # Unix-like paths fi