Skip to content

Commit

Permalink
Update aws-amplify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Sep 13, 2024
1 parent 2f563d3 commit 209d6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 209d6ed

Please sign in to comment.