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
|
- name: Generate release-info.json
|
||||||
run: |
|
run: |
|
||||||
VERSION="${{ steps.version.outputs.version }}"
|
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 \
|
jq -n \
|
||||||
--arg version "$VERSION" \
|
--arg version "$VERSION" \
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ asarUnpack:
|
|||||||
# Fallback: GitHub Releases (backup, used when OSS is unavailable)
|
# Fallback: GitHub Releases (backup, used when OSS is unavailable)
|
||||||
publish:
|
publish:
|
||||||
- provider: generic
|
- provider: generic
|
||||||
url: https://valuecell-clawx.oss-cn-hangzhou.aliyuncs.com/latest
|
url: https://oss.intelli-spectrum.com/latest
|
||||||
useMultipleRangeRequest: false
|
useMultipleRangeRequest: false
|
||||||
- provider: github
|
- provider: github
|
||||||
owner: ValueCell-ai
|
owner: ValueCell-ai
|
||||||
|
|||||||
Reference in New Issue
Block a user