From 1eff250619e1651985a75d7f8f12b34bf4bd5bc7 Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:29:12 +0800 Subject: [PATCH] fix: upload specific standalone artifacts to simplify structure --- .gitea/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 66ee257..4ffe46f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -34,12 +34,8 @@ jobs: with: name: next-build path: | - .next - package.json - package-lock.json - next.config.* - tsconfig.json - .npmrc + .next/standalone + .next/static public Dockerfile