pull/128/head
Josh Gross 5 years ago
parent 7d1640d6a1
commit bdf52d7ae8

@ -77,7 +77,10 @@ async function run(): Promise<void> {
utils.setCacheState(cacheEntry);
// Download the cache from the cache entry
await cacheHttpClient.downloadCache(cacheEntry?.archiveLocation, archivePath);
await cacheHttpClient.downloadCache(
cacheEntry?.archiveLocation,
archivePath
);
const archiveFileSize = utils.getArchiveFileSize(archivePath);
core.info(

Loading…
Cancel
Save