fix: upload specific standalone artifacts to simplify structure
Some checks failed
CI / build-and-test (push) Successful in 8m8s
CI / deploy (push) Failing after 1m31s

This commit is contained in:
SpecialX
2025-12-19 16:29:12 +08:00
parent 6ed30de40c
commit 1eff250619

View File

@@ -34,12 +34,8 @@ jobs:
with: with:
name: next-build name: next-build
path: | path: |
.next .next/standalone
package.json .next/static
package-lock.json
next.config.*
tsconfig.json
.npmrc
public public
Dockerfile Dockerfile