From c80c9b150ff17ab96d40ff21263dcdd3037b22cc Mon Sep 17 00:00:00 2001 From: yokowu <18836617@qq.com> Date: Fri, 8 Aug 2025 19:17:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E6=9C=AA=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backend-ci-cd.yml b/.github/workflows/backend-ci-cd.yml index 5bd7bde..8f85947 100644 --- a/.github/workflows/backend-ci-cd.yml +++ b/.github/workflows/backend-ci-cd.yml @@ -108,14 +108,14 @@ jobs: - name: Prepare assets for all architectures run: | # 创建架构特定的目录 - mkdir -p assets-x86_64/{vsix,sgp} - mkdir -p assets-aarch64/{vsix,sgp} + mkdir -p assets-x86_64/sgp + mkdir -p assets-arm64/sgp + mkdir -p assets/vsix # 下载 VSIX (架构无关) VERSION_NO_V=${{ steps.get_version.outputs.VERSION }} VERSION_NO_V=${VERSION_NO_V#v} - wget -O assets-x86_64/vsix/monkeycode-${VERSION_NO_V}.vsix https://release.baizhi.cloud/monkeycode/vsixs/monkeycode-${VERSION_NO_V}.vsix - cp assets-x86_64/vsix/monkeycode-${VERSION_NO_V}.vsix assets-aarch64/vsix/ + wget -O assets/vsix/monkeycode-${VERSION_NO_V}.vsix https://release.baizhi.cloud/monkeycode/vsixs/monkeycode-${VERSION_NO_V}.vsix # 下载 x86_64 SGP wget -O assets-x86_64/sgp/sgp https://baizhiyun.oss-cn-hangzhou.aliyuncs.com/prod/sgp/x86_64/sgp