Browse Source

Update windows-x86-release.yml for Azure Pipelines

Krzysztof Krysiński 2 years ago
parent
commit
a71c42e6fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      windows-x86-release.yml

+ 1 - 1
windows-x86-release.yml

@@ -72,7 +72,7 @@ steps:
 - task: PublishPipelineArtifact@1
 - task: PublishPipelineArtifact@1
   displayName: "Publish zip artifact"
   displayName: "Publish zip artifact"
   inputs:
   inputs:
-    targetPath: '$(System.DefaultWorkingDirectory)\PixiEditor.x86.zip'
+    targetPath: '$(System.DefaultWorkingDirectory)\PixiEditor.$(TagVersion).x86.zip'
     artifact: 'PixiEditor.$(TagVersion).x86.zip'
     artifact: 'PixiEditor.$(TagVersion).x86.zip'
     publishLocation: 'pipeline'
     publishLocation: 'pipeline'