mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-05-18 15:14:45 +00:00
Cache in tool cache
This commit is contained in:
parent
dccd08dfe5
commit
67efd41074
4 changed files with 35 additions and 27 deletions
|
@ -44,5 +44,5 @@ export async function downloadVersion(
|
|||
} else {
|
||||
tc.extractTar(downloadPath)
|
||||
}
|
||||
return downloadPath
|
||||
return await tc.cacheDir(downloadPath, TOOL_CACHE_NAME, version, arch)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue