Skip to content

Commit

Permalink
Revert "Fix CI script"
Browse files Browse the repository at this point in the history
This reverts commit 63c51c2.
  • Loading branch information
efoerster committed Mar 9, 2019
1 parent 8e43d40 commit dc3ceb9
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: $(System.DefaultWorkingDirectory)/build/libs/texlab.jar
assets: build/libs/texlab.jar
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'tags'))
displayName: 'Publish to GitHub'
- job: JDK11
Expand Down

0 comments on commit dc3ceb9

Please sign in to comment.