From 9ad66301dea89ac5b48339e5806f08655ad1a95e Mon Sep 17 00:00:00 2001 From: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Date: Sun, 29 Mar 2026 14:12:07 +0000 Subject: [PATCH] ci: better ci --- scripts/release.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.ts b/scripts/release.ts index 73e908c..3aecb0b 100644 --- a/scripts/release.ts +++ b/scripts/release.ts @@ -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", });