Skip to content

Commit

Permalink
extract from tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Mar 20, 2024
1 parent 696e7bc commit 89403d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cache/dist/restore/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/cache/src/restoreImpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function restore() {
}
core.info(`Extracting ${cacheFile} to ${cacheLocalPath}`)
tar.x({
file: path.join(cacheLocalPath, cacheFile),
file: path.join(tempDir, cacheFile),
cwd: cacheLocalPath,
sync: true
})
Expand Down

0 comments on commit 89403d0

Please sign in to comment.