fix: vsce

This commit is contained in:
Myriad-Dreamin 2024-07-02 16:07:06 +08:00
parent 4c949e8816
commit 194e8adeb0

View file

@ -303,7 +303,8 @@ jobs:
if: success() && startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v4
- name: Install deps
run: yarn install
- name: Deploy to VS Code Marketplace
run: npx vsce publish --packagePath $(find . -type f -iname 'tinymist-*.vsix') --skip-duplicate
env: