mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-02 23:03:57 +08:00
feat: 用lfs上传vsix文件
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1 +1,2 @@
|
||||
*.xdb filter=lfs diff=lfs merge=lfs -text
|
||||
backend/assets/vsix/monkeycode-1.7.0-alpha.vsix filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
5
.github/workflows/backend-ci-cd.yml
vendored
5
.github/workflows/backend-ci-cd.yml
vendored
@@ -99,11 +99,6 @@ jobs:
|
||||
GIT_COMMIT=$(git rev-parse HEAD)
|
||||
echo "GIT_COMMIT=${GIT_COMMIT}" >> $GITHUB_OUTPUT
|
||||
|
||||
- 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
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +0,0 @@
|
||||
backend/assets
|
||||
3
backend/assets/vsix/monkeycode-1.7.0-alpha.vsix
Normal file
3
backend/assets/vsix/monkeycode-1.7.0-alpha.vsix
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0db39c3267b375d4d325836cd73c2241952ca3bd394b6a0abd764f7ab5e07c1d
|
||||
size 16391851
|
||||
Reference in New Issue
Block a user