From 39da8770066e014e0fd9539281cde92d8be6f352 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 3 Jan 2025 21:26:43 +0800 Subject: [PATCH] =?UTF-8?q?[build]=20=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=EF=BC=8C=E8=B0=83=E6=95=B4=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E8=87=B3=20api/frontend/web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2f34bc..fc43ea0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,8 +47,8 @@ jobs: npm install -g pnpm pnpm install --no-frozen-lockfile pnpm run build - mkdir -p ../server-status-server/api/frontend/web - cp -r dist ../server-status-server/api/frontend/web + mkdir -p ../api/frontend/web + cp -r dist ../api/frontend/web - name: Compile env: