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'], '')