diff --git a/.gitea/workflows/prod_build_manual.yaml b/.gitea/workflows/prod_build_manual.yaml index 4c696f85..dfb35102 100644 --- a/.gitea/workflows/prod_build_manual.yaml +++ b/.gitea/workflows/prod_build_manual.yaml @@ -47,7 +47,7 @@ jobs: - name: 5.同步 dist 目录到 S3 run: | - aws s3 sync dist/* s3://${{ secrets.S3_BUCKET_NAME }}/ --acl public-read + aws s3 sync dist/ s3://${{ secrets.S3_BUCKET_NAME }}/ --acl public-read - name: 6.部署完成 run: echo "构建和部署到 S3 任务完成。" \ No newline at end of file