Skip to content

Commit 8787529

Browse files
authored
Update main.yml
1 parent 6091882 commit 8787529

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
- name: Install dependencies
2222
run: yarn install
2323
working-directory: nucleo-debugger
24+
- name: Install vsce
25+
run: yarn global add vsce
26+
working-directory: nucleo-debugger
2427

2528
- name: Build VSIX package
26-
run: yarn vsce package
29+
run: vsce package
2730
working-directory: nucleo-debugger
2831

2932
- name: Upload VSIX package

0 commit comments

Comments
 (0)