From 9c562143da778ae843ea71a8612f74ad18eba01d Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 29 Nov 2025 00:07:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/prod=5Fbu?= =?UTF-8?q?ild=5Fmanual.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod_build_manual.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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