Deploy version 1.0.2

This commit is contained in:
Gitea Actions
2025-04-30 15:14:52 +00:00
parent aabe44717a
commit 22b9427629

5
dist/index.js vendored
View File

@@ -26355,7 +26355,8 @@ async function saveCache(key, paths, cmprss_lvl = 3) {
const endTime = Date.now();
const durationSeconds = ((endTime - startTime) / 1e3).toFixed(2);
core.info(
`\u2705 Cache saved successfully (${formatSize(archiveSize)}, ${durationSeconds} s)`
`\u2705 Cache saved successfully (${formatSize(archiveSize)}, ${durationSeconds} s)
`
);
}
@@ -26392,7 +26393,7 @@ async function restoreCache(key) {
async function run() {
try {
if (core3.getState("isPost") === "true") {
core3.info("\u{1F9F9} Post-job: Saving cache...");
core3.info("\n\u{1F9F9} Post-job: Saving cache...");
const key = core3.getState("key");
const paths = JSON.parse(core3.getState("paths") || "[]");
const cmprss_lvl = parseInt(