Skip to content

Commit

Permalink
fix: ci do not build webview
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjenek committed Jan 13, 2025
1 parent c21af6d commit fe5c36b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
if: runner.os == 'Linux'
run: npx vsce package

- name: Archive production artifacts
if: runner.os == 'Linux'
uses: actions/upload-artifact@v4
with:
name: builded-extension
path: |
.
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux'
run: npx vsce publish ${{ github.ref_name }} --no-git-tag-version
Expand Down

0 comments on commit fe5c36b

Please sign in to comment.