summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-12 14:10:08 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-12 14:10:08 +0200
commit9b72ce09bee678425e4463c05c1d8caab0925798 (patch)
tree46a1fe2338271ac3f58c6e0dfefa0e0c2cf16d78 /azure-pipelines.yml
parentb34cb54c5f482c41da8c941ca1d220f3606e26f6 (diff)
downloadqpdf-9b72ce09bee678425e4463c05c1d8caab0925798.tar.zst
Change artifact directory from installers to distribution
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 16a79fb6..31881ecc 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -44,8 +44,8 @@ jobs:
displayName: 'Build, test, generate binary distributions'
- task: PublishBuildArtifacts@1
inputs:
- pathtoPublish: '$(System.DefaultWorkingDirectory)/installers'
- artifactName: installers
+ pathtoPublish: '$(System.DefaultWorkingDirectory)/distribution'
+ artifactName: distribution
displayName: 'Upload binary distributions'
condition: eq(variables['System.PullRequest.IsFork'], 'False')
dependsOn: Linux