Skip to content

Commit e29d481

Browse files
committed
Improve log file path
1 parent 9f5fde2 commit e29d481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/downloader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ export async function download(
8585
}
8686
if (useGitHubCache) {
8787
// Move file to GitHub cache directory
88-
core.debug(`Moving ${destFilePath} to ${cacheDirectory}`)
8988
const cachePath = `${cacheDirectory}/${destFilePath}`
89+
core.debug(`Moving ${destFilePath} to ${cachePath}`)
9090
await io.mkdirP(cacheDirectory)
9191
await io.mv(destFilePath, cachePath)
9292
// List files in cache directory

0 commit comments

Comments
 (0)