We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a796b5 commit de7c549Copy full SHA for de7c549
.github/workflows/ci.yml
@@ -36,3 +36,10 @@ jobs:
36
- uses: GabrielBB/xvfb-action@v1.6
37
with:
38
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