From e81c68490ab776b6377e175145308c064e29d569 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sun, 21 Sep 2025 12:22:28 +0000 Subject: [PATCH] Deploy version 1.3.0 --- dist/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dist/index.js b/dist/index.js index 2e1681b..7e0e640 100644 --- a/dist/index.js +++ b/dist/index.js @@ -31964,6 +31964,14 @@ async function restoreCache(key) { } const archiveSize = fs5.statSync(zstPath).size; await extractCompressedTar(zstPath); + try { + fs5.unlinkSync(zstPath); + core3.info(`\u{1F5D1}\uFE0F Cache archive deleted: ${zstPath}`); + } catch (err) { + core3.warning( + `Failed to delete cache archive: ${err instanceof Error ? err.message : String(err)}` + ); + } const endTime = Date.now(); const duration = endTime - startTime; core3.info(