Skip to content

Commit d0786a6

Browse files
committed
Fix github workflow
1 parent 4b707fa commit d0786a6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,4 @@ jobs:
1313
- name: test
1414
run: npm test
1515
- name: build
16-
run: npm run build
17-
- name: package
18-
run: npm run package
19-
- uses: actions/upload-artifact@v2
20-
with:
21-
name: vscode-tree-extension
22-
path: '*.vsix'
16+
run: npm run build

0 commit comments

Comments
 (0)