Skip to content

Commit 1453b4e

Browse files
committed
Upload vsix in test workflow
1 parent 70276a6 commit 1453b4e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ jobs:
4040
with:
4141
name: extension-${{ matrix.os }}.log
4242
path: test-workspace/hls.log
43-
43+
- name: Package tested extension
44+
run: vsce package
45+
- name: Upload extension vsix to workflow artifacts
46+
uses: actions/upload-artifact@v2
47+
with:
48+
name: haskell-${{ github.sha }}.vsix
49+
path: haskell-*.vsix

0 commit comments

Comments
 (0)