Skip to content

Commit 072fdca

Browse files
committed
Provide vsix artifact for CI builds on master
1 parent f696b97 commit 072fdca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ jobs:
4545
env:
4646
CODE_VERSION: 1.45.0
4747
DISPLAY: :99.0
48+
49+
- name: Upload VSIX build artifact
50+
uses: actions/upload-artifact@v2
51+
with:
52+
name: ci-extension-artifact
53+
path: ./*.vsix

0 commit comments

Comments
 (0)