From e7c9b201406025aa7fe1079962c798e4395182f9 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 25 Aug 2026 21:33:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20upload=20dist/client=20=E2=80=94=20N?= =?UTF-8?q?ode=20adapter=20nests=20the=20static=20site=20one=20level=20und?= =?UTF-8?q?er=20dist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dce983..b0007e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,4 +30,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: site - path: dist + path: dist/client diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 77c6709..851cc9d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v5 with: - path: dist + path: dist/client deploy: environment: