Update scripts/release.ts
Release package / release (pull_request) Waiting to run

This commit is contained in:
2026-03-31 08:00:36 +00:00
parent 2913fa0d73
commit 8bd5ec2141
+1 -1
View File
@@ -7,7 +7,7 @@ if (!version) {
process.exit(1);
}
const zipPath = `release-v${version}.zip`; // Thêm version vào tên file cho dễ quản lý
const zipPath = `release.zip`;
console.log(
`📦 Đang chuẩn bị đóng gói App Router Standalone cho version: ${version}...`,