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 392db2c commit c009bb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
run: |
npm --prefix ./client/example-dialect-support/ ci
- name: Package vsix
- name: Copy vsix
run: |
cp ./server/dialect-example/target/dialect-example.jar ./client/example-dialect-support/server/jar
- name: Package vsix
run: |
npm --prefix ./client/example-dialect-support/ run package -- -o ./vsix/dialect-example.vsix

0 comments on commit c009bb3

Please sign in to comment.