mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-12-23 11:01:03 +00:00
Cache in tool cache
This commit is contained in:
@@ -44,5 +44,5 @@ export async function downloadVersion(
|
||||
} else {
|
||||
tc.extractTar(downloadPath)
|
||||
}
|
||||
return downloadPath
|
||||
return await tc.cacheDir(downloadPath, TOOL_CACHE_NAME, version, arch)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user