Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurkambay authored Dec 15, 2023
1 parent 0cc9059 commit faf5e57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ jobs:
run: |
npm --prefix ./client/example-dialect-support/ run package -- -o $PWD/vsix/dialect-example.vsix
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
if-no-files-found: warn
name: vsix-dialect-template
path: './vsix/dialect-example.vsix'

0 comments on commit faf5e57

Please sign in to comment.