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", });