移除上传构建产物

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

View File

@@ -26,12 +26,6 @@ jobs:
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