Add tool bin dir to PATH on windows

This commit is contained in:
Kevin Stillhammer
2024-09-18 17:28:08 +02:00
parent 8205eab75b
commit 561bff6f70
7 changed files with 100 additions and 5 deletions

View File

@@ -29,6 +29,9 @@ inputs:
cache-local-path:
description: "Local path to store the cache."
default: ""
tool-bin-dir:
description: "Custom path to set UV_TOOL_BIN_DIR to."
required: false
outputs:
uv-version:
description: "The installed uv version. Useful when using latest."