移除上传构建产物

This commit is contained in:
2025-11-18 14:19:54 +08:00
parent ef67c1bb2c
commit 3c87a57c26

View File

@@ -25,13 +25,7 @@ jobs:
- name: 构建插件 - name: 构建插件
run: | run: |
webpack --mode production && vsce package webpack --mode production && vsce package
- name: 上传构建产物
uses: https://devstar.cn/actions/upload-artifact@v4
with:
name: devstar-extension
path: "*.vsix"
publish: publish:
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest