mirror of
https://github.com/actions/cache.git
synced 2025-07-10 02:38:02 +02:00
Add debug hashing (won't work on windows)
This commit is contained in:
1
dist/save/index.js
vendored
1
dist/save/index.js
vendored
@ -2980,6 +2980,7 @@ function run() {
|
||||
core.debug(`Cache Path: ${cachePath}`);
|
||||
const archivePath = path.join(yield utils.createTempDirectory(), "cache.tgz");
|
||||
core.debug(`Archive Path: ${archivePath}`);
|
||||
exec_1.exec("md5", [archivePath]);
|
||||
// http://man7.org/linux/man-pages/man1/tar.1.html
|
||||
// tar [-options] <name of the tar archive> [files or directories which to add into archive]
|
||||
const IS_WINDOWS = process.platform === "win32";
|
||||
|
Reference in New Issue
Block a user