Skip to content

Commit 6091882

Browse files
authored
Update main.yml
1 parent 2abe982 commit 6091882

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
node-version: '14'
2020

2121
- name: Install dependencies
22-
run: npm ci
22+
run: yarn install
2323
working-directory: nucleo-debugger
2424

2525
- name: Build VSIX package
26-
run: npm run vsce package
26+
run: yarn vsce package
2727
working-directory: nucleo-debugger
2828

2929
- name: Upload VSIX package
3030
uses: actions/upload-artifact@v2
3131
with:
32-
name: nucleo-debugger.vsix
32+
name: my-extension.vsix
3333
path: nucleo-debugger/*.vsix

0 commit comments

Comments
 (0)