From f1823638a7eb2fe6946faec190f63c4f2c807fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 27 Feb 2024 15:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=88=90=E6=97=B6=E6=8E=92=E9=99=A4?= =?UTF-8?q?=20`.github`=20=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .vscodeignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ea3160..d74af0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: vsce package -o "${{ env.VSIX_NAME }}" - name: Upload vsix - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.VSIX_NAME }} path: ${{ env.VSIX_NAME }} diff --git a/.vscodeignore b/.vscodeignore index 3899967..3542b87 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -8,3 +8,4 @@ vsc-extension-quickstart.md **/.eslintrc.json **/*.map **/*.ts +.github