We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba8683 commit c6dcd8bCopy full SHA for c6dcd8b
azure-pipelines.yml
@@ -60,12 +60,13 @@ stages:
60
inputs:
61
targetPath: $(System.DefaultWorkingDirectory)/target
62
artifactName: jars
63
- artifactType: filepath
64
- fileSharePath: '/jars'
+ - task: DownloadPipelineArtifact@2
+ inputs:
65
+ artifact: jars
66
- task: GithubRelease@0
67
displayName: ‘Create GitHub Release’
68
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
69
70
githubConnection: KarlConnection
71
repositoryName: DiamondLightSource/gda-ispyb-api
- assets: '/jars/ispyb-api-*.jar'
72
+ assets: '$(Pipeline.Workspace)/ispyb-api-*.jar'
0 commit comments