From 3c87a57c263c3ae0bcfe08975673c8f5f8ed9fa0 Mon Sep 17 00:00:00 2001 From: yinxue <2643126914@qq.com> Date: Tue, 18 Nov 2025 14:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8A=E4=BC=A0=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/devstar-vscode-release.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/devstar-vscode-release.yaml b/.gitea/workflows/devstar-vscode-release.yaml index d174496..956073d 100644 --- a/.gitea/workflows/devstar-vscode-release.yaml +++ b/.gitea/workflows/devstar-vscode-release.yaml @@ -25,13 +25,7 @@ jobs: - name: 构建插件 run: | webpack --mode production && vsce package - - - name: 上传构建产物 - uses: https://devstar.cn/actions/upload-artifact@v4 - with: - name: devstar-extension - path: "*.vsix" - + publish: needs: build runs-on: ubuntu-latest