Browse Source

Changed zip path

flabbet 4 years ago
parent
commit
b9ca796f1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      windows-x64-release.yml

+ 1 - 1
windows-x64-release.yml

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