Cache in tool cache

This commit is contained in:
Kevin Stillhammer 2024-08-24 00:14:50 +02:00
parent dccd08dfe5
commit 67efd41074
No known key found for this signature in database
4 changed files with 35 additions and 27 deletions

View file

@ -44,5 +44,5 @@ export async function downloadVersion(
} else {
tc.extractTar(downloadPath)
}
return downloadPath
return await tc.cacheDir(downloadPath, TOOL_CACHE_NAME, version, arch)
}