Skip to content

Commit de7c549

Browse files
committed
ci: test aftifacts build
1 parent 9a796b5 commit de7c549

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ jobs:
3636
- uses: GabrielBB/[email protected]
3737
with:
3838
run: pnpm integration-test
39+
- run: cd out && npx @vscode/vsce package --out ../extension.vsix
40+
- name: Archive production artifacts
41+
uses: actions/upload-artifact@v3
42+
with:
43+
name: extension
44+
path: |
45+
extension.vsix

0 commit comments

Comments
 (0)