Skip to content

Commit 3e7226d

Browse files
committed
update workspace
1 parent 5a2e8b6 commit 3e7226d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
- name: Pack vsix
6262
id: pack
6363
shell: bash
64-
run: vsce package -o PKG_NAME
64+
run: |
65+
npm install -g vsce
66+
vsce package -o PKG_NAME
6567
6668
- uses: actions/upload-artifact@v2
6769
with:

0 commit comments

Comments
 (0)