fix(release): update base URL for asset hosting in configuration files (#39)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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" \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user