From f47d8ecf3d538da35a53d260a4951307ffa6a558 Mon Sep 17 00:00:00 2001 From: yokowu <18836617@qq.com> Date: Wed, 6 Aug 2025 19:24:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dci=E4=B8=8B=E8=BD=BDVS?= =?UTF-8?q?IX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-ci-cd.yml b/.github/workflows/backend-ci-cd.yml index 82cb480..9cf4315 100644 --- a/.github/workflows/backend-ci-cd.yml +++ b/.github/workflows/backend-ci-cd.yml @@ -102,7 +102,7 @@ jobs: - name: Get VSIX run: | mkdir -p assets/vsix - wget -O assets/vsix/monkeycode-${{ steps.get_version.outputs.VERSION }}.vsix https://release.baizhi.cloud/monkeycode/vsixs/monkeycode-${{ steps.get_version.outputs.VERSION }}.vsix + wget -O assets/vsix/monkeycode-${{ steps.get_version.outputs.VERSION#v }}.vsix https://release.baizhi.cloud/monkeycode/vsixs/monkeycode-${{ steps.get_version.outputs.VERSION#v }}.vsix - name: Set up QEMU uses: docker/setup-qemu-action@v3