Skip to content

Commit

Permalink
Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
efoerster committed Mar 9, 2019
1 parent 3d21790 commit 63c51c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
inputs:
gitHubConnection: latex-lsp
repositoryName: latex-lsp/texlab
assets: build/libs/texlab.jar
assets: $(System.DefaultWorkingDirectory)/build/libs/texlab.jar
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'tags'))
displayName: 'Publish to GitHub'
- job: JDK11
Expand Down

0 comments on commit 63c51c2

Please sign in to comment.