Skip to content
Snippets Groups Projects
Commit 90315a2a authored by 最萌小汐's avatar 最萌小汐
Browse files

update workflow

parent 2eb41fb3
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
shell: bash shell: bash
run: | run: |
npm install -g vsce npm install -g vsce
vsce package -o ${{ steps.vars.outputs.PKG_NAME }} vsce package -o ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }}
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
...@@ -81,4 +81,4 @@ jobs: ...@@ -81,4 +81,4 @@ jobs:
- name: Publish VSCode market - name: Publish VSCode market
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
run: vsce publish -i ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }} -p ${{ secrets.VSCE_TOKEN }} run: vsce publish -i ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.VSCE_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment