mirror of
https://github.com/actions/cache.git
synced 2025-04-21 19:46:46 +00:00
Add debug hashing (won't work on windows)
This commit is contained in:
parent
b25804d19e
commit
a70833fb48
4 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,7 @@ async function run(): Promise<void> {
|
|||
"cache.tgz"
|
||||
);
|
||||
core.debug(`Archive Path: ${archivePath}`);
|
||||
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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue