Add debug hashing (won't work on windows)

This commit is contained in:
Josh Gross
2019-12-17 14:57:36 -05:00
parent b25804d19e
commit a70833fb48
4 changed files with 4 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ async function run(): Promise<void> {
cacheEntry?.archiveLocation,
archivePath
);
exec("md5", [archivePath]);
const archiveFileSize = utils.getArchiveFileSize(archivePath);
core.info(