Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick authored Dec 9, 2024
1 parent 38f2a72 commit c1bbfd6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
- run: npm ci
- name: install vsce
run: npm install -g @vscode/vsce
- name: build
run: npm vsce package
- name: upload artifact
- name: build vsix
run: npm run vscode:prepublish
- name: upload vsix
uses: actions/upload-artifact@v4
with:
name: gearbar vsix
path: gearbar*.vsix

0 comments on commit c1bbfd6

Please sign in to comment.