mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-02 23:03:57 +08:00
fix: 修复ci下载VSIX
This commit is contained in:
1
.github/workflows/backend-ci-cd.yml
vendored
1
.github/workflows/backend-ci-cd.yml
vendored
@@ -101,6 +101,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
|
||||
|
||||
- name: Set up QEMU
|
||||
|
||||
Reference in New Issue
Block a user