Skip to content

Commit e687e37

Browse files
committed
Fixed appropriate folder path for the workflow pipeline.
1 parent 2f3eaac commit e687e37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_ci_vsce.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13+
defaults:
14+
run:
15+
working-directory: ./extension
1316

1417
steps:
1518
- name: Checkout code

0 commit comments

Comments
 (0)