From 49e43669e60733d2f841f9753ff351842efe7b8b Mon Sep 17 00:00:00 2001 From: Haze <709547807@qq.com> Date: Tue, 10 Feb 2026 19:25:33 +0800 Subject: [PATCH] fix(release): update base URL for asset hosting in configuration files --- .github/workflows/release.yml | 2 +- electron-builder.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eced6b4..0b94e48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -261,7 +261,7 @@ jobs: - name: Generate release-info.json run: | VERSION="${{ steps.version.outputs.version }}" - BASE_URL="https://valuecell-clawx.oss-cn-hangzhou.aliyuncs.com/latest" + BASE_URL="https://oss.intelli-spectrum.com/latest" jq -n \ --arg version "$VERSION" \ diff --git a/electron-builder.yml b/electron-builder.yml index e2a8c13..30116af 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -37,7 +37,7 @@ asarUnpack: # Fallback: GitHub Releases (backup, used when OSS is unavailable) publish: - provider: generic - url: https://valuecell-clawx.oss-cn-hangzhou.aliyuncs.com/latest + url: https://oss.intelli-spectrum.com/latest useMultipleRangeRequest: false - provider: github owner: ValueCell-ai