From 21fb90158074ddbe7066c00eaf38d00a89132852 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 29 Nov 2025 00:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/prod=5Fbu?= =?UTF-8?q?ild=5Fschedule.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod_build_schedule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/prod_build_schedule.yaml b/.gitea/workflows/prod_build_schedule.yaml index b05d90c2..c1ab8bef 100644 --- a/.gitea/workflows/prod_build_schedule.yaml +++ b/.gitea/workflows/prod_build_schedule.yaml @@ -50,7 +50,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