From a1e177a5a2d530284b3773d9cdb640b8545be723 Mon Sep 17 00:00:00 2001 From: Samir Boulema Date: Fri, 1 May 2020 17:45:53 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 28d56a4..f797dd4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -60,6 +60,8 @@ stages: jobs: - job: Release steps: + - task: DownloadPipelineArtifact@2 + displayName: 'Download Pipeline Artifacts' - task: GitHubReleasePublish@1 displayName: Github Release inputs: @@ -70,7 +72,7 @@ stages: githubReleaseDraft: false githubReleasePrerelease: false githubIgnoreAssets: false - githubReleaseAsset: '*.zip' + githubReleaseAsset: '**/*.zip' githubReuseRelease: true githubReuseDraftOnly: true githubSkipDuplicatedAssets: false