Skip to content

Commit 46749cd

Browse files
committed
Use npx to run vsce
1 parent 618735d commit 46749cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
path: test-workspace/hls.log
4343
- name: Package tested extension
4444
if: runner.os == 'Linux'
45-
run: vsce package
45+
run: |
46+
npm install vsce
47+
npx vsce package
4648
- name: Upload extension vsix to workflow artifacts
4749
if: runner.os == 'Linux'
4850
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)