From 67b8725156ecbde86e8390b91433cac80d7254bf Mon Sep 17 00:00:00 2001 From: DLmaster Date: Mon, 17 Mar 2025 20:52:39 +0800 Subject: [PATCH] =?UTF-8?q?test(ci):=20=E6=B5=8B=E8=AF=95=E6=96=B0?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E7=AB=99-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-app.yml | 2 +- .github/workflows/build-pre.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 0c82198..68a446f 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -174,4 +174,4 @@ jobs: OBS_BUCKET: ${{ secrets.OBS_BUCKET }} run: | ./obsutil config -i $OBS_AK -k $OBS_SK -e $OBS_ENDPOINT - ./obsutil cp artifacts/* obs://$OBS_BUCKET/releases/ \ No newline at end of file + ./obsutil cp artifacts/* obs://$OBS_BUCKET/releases/ -r -f \ No newline at end of file diff --git a/.github/workflows/build-pre.yml b/.github/workflows/build-pre.yml index 4d5b07b..ef02290 100644 --- a/.github/workflows/build-pre.yml +++ b/.github/workflows/build-pre.yml @@ -174,4 +174,4 @@ jobs: OBS_BUCKET: ${{ secrets.OBS_BUCKET }} run: | ./obsutil config -i $OBS_AK -k $OBS_SK -e $OBS_ENDPOINT - ./obsutil cp artifacts/* obs://$OBS_BUCKET/releases/ \ No newline at end of file + ./obsutil cp artifacts/* obs://$OBS_BUCKET/releases/ -r -f \ No newline at end of file