From 5174ca9a4dca7c8c4976994712f5ff112b8006b5 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 3 Jan 2025 21:04:59 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20[build]=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=B5=81=E7=A8=8B=EF=BC=8C=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E7=9B=AE=E6=A0=87=E7=9B=AE=E5=BD=95=E5=AD=98=E5=9C=A8=E5=90=8E?= =?UTF-8?q?=E5=86=8D=E5=A4=8D=E5=88=B6=E6=9E=84=E5=BB=BA=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70866b0..03df421 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,9 @@ jobs: cd server-status-web pnpm install --no-frozen-lockfile pnpm run build - cp -r dist api/frontend/web + + mkdir -p ../server-status-server/api/frontend/web + cp -r dist ../server-status-server/api/frontend/web - name: Compile env: