We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5fde2 commit e29d481Copy full SHA for e29d481
src/downloader.ts
@@ -85,8 +85,8 @@ export async function download(
85
}
86
if (useGitHubCache) {
87
// Move file to GitHub cache directory
88
- core.debug(`Moving ${destFilePath} to ${cacheDirectory}`)
89
const cachePath = `${cacheDirectory}/${destFilePath}`
+ core.debug(`Moving ${destFilePath} to ${cachePath}`)
90
await io.mkdirP(cacheDirectory)
91
await io.mv(destFilePath, cachePath)
92
// List files in cache directory
0 commit comments