ci: better ci
Release package / release (push) Successful in 2m23s
Release package / build-and-push (push) Has been skipped

This commit is contained in:
TakahashiNg
2026-03-29 14:12:07 +00:00
parent 5593c4fccc
commit 9ad66301de
+1 -1
View File
@@ -10,7 +10,7 @@ const zipPath = "release.zip";
console.log(`📦 Đang nén file cho version: ${version}...`);
execSync(`zip -r ${zipPath} out`, {
execSync(`cd out && zip -r ../${zipPath} .`, {
stdio: "inherit",
});