From 0547afae63951efc1219176cdd3f0672fa01bcd5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 4 Jan 2021 13:09:10 +0300 Subject: tweak output a little --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2e3e96c..ab9fa1a 100644 --- a/action.yml +++ b/action.yml @@ -74,7 +74,7 @@ runs: } $link_path = Join-Path $link_dir $link_name - echo "Creating link '$link_path', pointing to '$exe_path'" + echo "Creating link $link_path -> $exe_path" if ($script:linux_host) { sudo rm -f -- $link_path sudo ln -s -- $exe_path $link_path -- cgit v1.2.3