From 209d6edfc37a5e259f669e28046567a17f58c1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E6=B2=89?= Date: Sat, 14 Sep 2024 00:09:26 +0800 Subject: [PATCH] Update aws-amplify.yml --- .github/workflows/aws-amplify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-amplify.yml b/.github/workflows/aws-amplify.yml index 33b65ca9..6c87c805 100644 --- a/.github/workflows/aws-amplify.yml +++ b/.github/workflows/aws-amplify.yml @@ -62,7 +62,7 @@ jobs: working-directory: ./client # 仅在 ./client 目录下构建 Next.js 应用程序 - name: Zip Build Folder - run: zip -r build.zip ./.next + run: zip -r build.zip .next/standalone .next/static working-directory: ./client - name: Upload Build to S3