Skip to content

Commit

Permalink
Build the VSIX with GitHub actions
Browse files Browse the repository at this point in the history
The artifact is available as 'vsix_package'.

Change-Id: Ief79c9b38d8d12931b9ee43031fb3d522e829b31
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
  • Loading branch information
jobor committed Mar 21, 2024
1 parent 48f0c73 commit 3ab7fdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ jobs:
- run: npm ci
- run: npm run compile
- run: xvfb-run -a npm run unitTests
- run: npm run package
- name: Upload package
uses: actions/upload-artifact@v4
with:
name: vsix_package
path: out/*.vsix

0 comments on commit 3ab7fdf

Please sign in to comment.