Skip to content

Commit

Permalink
chore: Fix broken path in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorklauritzen committed Aug 22, 2024
1 parent 29adf6a commit f300780
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lspDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
gh release create v${{ steps.retrieve_version.outputs.VERSION }} \
--notes "Vespa language server." --draft \
-t "Vespa Language Server ${{ steps.retrieve_version.outputs.VERSION }}" \
'./target/schema-language-server-jar-with-dependencies.jar#Language Server Jar'
'./clients/github-release/target/vespa-language-server_${{ steps.retrieve_version.outputs.VERSION }}.jar'
- name: Commit and PR
env:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Support for Vespa schema files.",
"author": "Vespa",
"publisher": "vespaai",
"version": "2.0.3",
"version": "2.0.4",
"engines": {
"vscode": "^1.72.0"
},
Expand Down

0 comments on commit f300780

Please sign in to comment.