diff --git a/action.yml b/action.yml index cdc4202..0f9c485 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ runs: fi echo "UV_CACHE_DIR=$UV_CACHE_DIR" >>$GITHUB_ENV - echo "uv cache dir is $UV_CACHE_DIR" + echo "uv cache dir is $(uv cache dir)" curl \ --location \ @@ -67,7 +67,7 @@ runs: } echo "UV_CACHE_DIR=$UV_CACHE_DIR" >> $env:GITHUB_ENV - Write-Output "uv cache dir is $UV_CACHE_DIR" + Write-Output "uv cache dir is $(uv cache dir)" irm https://astral.sh/uv/install.ps1 | iex shell: pwsh