From a99e8543db0c746e586cfc694d3e419b711fc586 Mon Sep 17 00:00:00 2001 From: loverustfs <155562731+loverustfs@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:02:52 +0800 Subject: [PATCH] Close Global Acceleration --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d553c51..7c3713de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -370,7 +370,7 @@ jobs: # Set the OSS configuration ossutil config set Region oss-cn-beijing - ossutil config set endpoint oss-accelerate.aliyuncs.com + ossutil config set endpoint oss-cn-beijing.aliyuncs.com ossutil config set accessKeyID ${{ secrets.ALICLOUDOSS_KEY_ID }} ossutil config set accessKeySecret ${{ secrets.ALICLOUDOSS_KEY_SECRET }} @@ -380,7 +380,8 @@ jobs: env: OSSUTIL_ACCESS_KEY_ID: ${{ secrets.ALICLOUDOSS_KEY_ID }} OSSUTIL_ACCESS_KEY_SECRET: ${{ secrets.ALICLOUDOSS_KEY_SECRET }} - OSSUTIL_ENDPOINT: https://oss-accelerate.aliyuncs.com + OSS_REGION: cn-beijing + OSSUTIL_ENDPOINT: https://oss-cn-beijing.aliyuncs.com run: | echo "::group::Uploading files to OSS" # Upload the artifact file to two different paths @@ -508,7 +509,8 @@ jobs: env: OSSUTIL_ACCESS_KEY_ID: ${{ secrets.ALICLOUDOSS_KEY_ID }} OSSUTIL_ACCESS_KEY_SECRET: ${{ secrets.ALICLOUDOSS_KEY_SECRET }} - OSSUTIL_ENDPOINT: https://oss-accelerate.aliyuncs.com + OSS_REGION: cn-beijing + OSSUTIL_ENDPOINT: https://oss-cn-beijing.aliyuncs.com run: | echo "::group::Uploading GUI files to OSS" # Upload the GUI artifact file to two different paths