From 5d8f474582df935e4c3c0c1fcd8417b5b4ed3ebd Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:06:09 +0800 Subject: [PATCH] chore: debug build output structure --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0c85ce9..18f0516 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,6 +29,9 @@ jobs: - name: Build run: npm run build + - name: List build output (debug) + run: ls -R .next + - name: Upload production build artifact uses: actions/upload-artifact@v3 with: