Skip to content

Commit 6c77cb2

Browse files
committed
Use npx to run vsce
1 parent 618735d commit 6c77cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: test-workspace/hls.log
4343
- name: Package tested extension
4444
if: runner.os == 'Linux'
45-
run: vsce package
45+
run: npx vsce package
4646
- name: Upload extension vsix to workflow artifacts
4747
if: runner.os == 'Linux'
4848
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)