diff --git a/src/save.ts b/src/save.ts index e03954f..b8b4395 100644 --- a/src/save.ts +++ b/src/save.ts @@ -67,12 +67,6 @@ async function run() { const stream = fs.createReadStream(archivePath); await cacheHttpClient.saveCache(stream, primaryKey); - try { - core.info("Cache Checksum:"); - await exec(`md5sum`, [`${archivePath}`]); - } catch (error) { - core.debug(`Failed to checkum with ${error}`); - } } catch (error) { core.warning(error.message); }