From e6d8b31286a1c4508356c56f2a27f554b53e955a Mon Sep 17 00:00:00 2001 From: Samir Boulema Date: Fri, 1 May 2020 17:51:02 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f797dd4..4438543 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,7 +72,7 @@ stages: githubReleaseDraft: false githubReleasePrerelease: false githubIgnoreAssets: false - githubReleaseAsset: '**/*.zip' + githubReleaseAsset: '$(Pipeline.Workspace)/**/*.zip' githubReuseRelease: true githubReuseDraftOnly: true githubSkipDuplicatedAssets: false