From 3579bd1bb552f1a2344f48e1c8debc8bca2429e6 Mon Sep 17 00:00:00 2001 From: loverustfs <155562731+loverustfs@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:43:39 +0800 Subject: [PATCH] Add Global Acceleration --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c3713de..3945fae8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -380,8 +380,7 @@ jobs: env: OSSUTIL_ACCESS_KEY_ID: ${{ secrets.ALICLOUDOSS_KEY_ID }} OSSUTIL_ACCESS_KEY_SECRET: ${{ secrets.ALICLOUDOSS_KEY_SECRET }} - OSS_REGION: cn-beijing - OSSUTIL_ENDPOINT: https://oss-cn-beijing.aliyuncs.com + OSSUTIL_ENDPOINT: https://oss-accelerate.aliyuncs.com run: | echo "::group::Uploading files to OSS" # Upload the artifact file to two different paths @@ -509,8 +508,7 @@ jobs: env: OSSUTIL_ACCESS_KEY_ID: ${{ secrets.ALICLOUDOSS_KEY_ID }} OSSUTIL_ACCESS_KEY_SECRET: ${{ secrets.ALICLOUDOSS_KEY_SECRET }} - OSS_REGION: cn-beijing - OSSUTIL_ENDPOINT: https://oss-cn-beijing.aliyuncs.com + OSSUTIL_ENDPOINT: https://oss-accelerate.aliyuncs.com run: | echo "::group::Uploading GUI files to OSS" # Upload the GUI artifact file to two different paths