diff --git a/.gitattributes b/.gitattributes index 68ea40c..99ca423 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ *.xdb filter=lfs diff=lfs merge=lfs -text -backend/assets/vsix/monkeycode-1.7.0-alpha.vsix filter=lfs diff=lfs merge=lfs -text diff --git a/.github/workflows/backend-ci-cd.yml b/.github/workflows/backend-ci-cd.yml index 117a84e..82cb480 100644 --- a/.github/workflows/backend-ci-cd.yml +++ b/.github/workflows/backend-ci-cd.yml @@ -99,6 +99,11 @@ 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 diff --git a/.gitignore b/.gitignore index e69de29..7d2f331 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +backend/assets \ No newline at end of file diff --git a/backend/assets/vsix/monkeycode-1.7.0-alpha.vsix b/backend/assets/vsix/monkeycode-1.7.0-alpha.vsix deleted file mode 100644 index 4fe1d50..0000000 --- a/backend/assets/vsix/monkeycode-1.7.0-alpha.vsix +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0db39c3267b375d4d325836cd73c2241952ca3bd394b6a0abd764f7ab5e07c1d -size 16391851