Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 03f6968

Browse files
committed
fix(ci): zip release artifact from apps/admin to preserve dist/* layout
1 parent 547489e commit 03f6968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export NODE_OPTIONS=--max-old-space-size=32768
22

33
pnpm i
44
pnpm build
5-
zip -r release.zip dist/*
5+
(cd apps/admin && zip -r ../../release.zip dist/*)

0 commit comments

Comments
 (0)