From 46f20193f926e1253390f2c8161e700782213267 Mon Sep 17 00:00:00 2001 From: blotus Date: Thu, 23 Jun 2022 15:34:19 +0200 Subject: [PATCH] windows: fix asset path for artifact upload (#1609) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe0c2fd40..69ad25fcc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -103,5 +103,5 @@ stages: isPreRelease: true #we force prerelease because the pipeline is invoked on tag creation, which happens when we do a prerelease #the .. is an ugly hack, but I can't find the var that gives D:\a\1 ... assets: | - $(Build.ArtifactStagingDirectory)\..\crowdsec.msi + $(Build.ArtifactStagingDirectory)\..\crowdsec.msi/*.msi condition: ne(variables['GetLatestPrelease.LatestPreRelease'], '')