Explorar o código

Update windows-x86-release.yml for Azure Pipelines

Krzysztof Krysiński %!s(int64=2) %!d(string=hai) anos
pai
achega
a71c42e6fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      windows-x86-release.yml

+ 1 - 1
windows-x86-release.yml

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