Deploy version 1.0.2
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -26382,10 +26382,10 @@ async function restoreCache(key) {
|
||||
const archiveSize = fs5.statSync(zstPath).size;
|
||||
await extractCompressedTar(zstPath);
|
||||
const endTime = Date.now();
|
||||
const durationSeconds = (endTime - startTime) / 1e3;
|
||||
const duration = endTime - startTime;
|
||||
core2.info(
|
||||
`
|
||||
\u2705 Cache restored successfully (${formatSize(archiveSize)}, ${formatDuration(durationSeconds)})
|
||||
\u2705 Cache restored successfully (${formatSize(archiveSize)}, ${formatDuration(duration)})
|
||||
`
|
||||
);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user