Skip to content

Commit 2c05432

Browse files
committed
Update build.yml
1 parent bd6959e commit 2c05432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Install dependencies
2424
run: npm ci
2525

26-
- name: Build extension
27-
run: npm run build
26+
- name: Build VSIX extension package
27+
run: npm run package
2828

2929
- name: Upload VSIX artifact
3030
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)