瀏覽代碼

Updated copy path pipelines

Krzysztof 4 年之前
父節點
當前提交
66ea654b52
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 3 3
      windows-x64-release.yml
  2. 2 2
      windows-x86-release.yml

+ 3 - 3
windows-x64-release.yml

@@ -56,7 +56,7 @@ steps:
   inputs:
     SourceFolder: 'UpdateInstaller'
     Contents: '**'
-    TargetFolder: 'Builds/PixiEditor-x64'
+    TargetFolder: 'Builds/PixiEditor-x64/PixiEditor/'
     flattenFolders: true
 
 - task: PowerShell@2
@@ -68,7 +68,7 @@ steps:
 - task: PublishPipelineArtifact@1
   displayName: "Publish artifact"
   inputs:
-    targetPath: 'Installer/Assets/PixiEditor-x64/'
+    targetPath: 'Installer/Assets/PixiEditor-x64'
     artifact: 'PixiEditor-setup-x64.exe'
     publishLocation: 'pipeline'
 
@@ -101,7 +101,7 @@ steps:
   inputs:
     SourceFolder: 'UpdateInstaller'
     Contents: '**'
-    TargetFolder: 'Builds/PixiEditor-x64-light'
+    TargetFolder: 'Builds/PixiEditor-x64-light/PixiEditor'
     flattenFolders: true
 
 - task: PowerShell@2

+ 2 - 2
windows-x86-release.yml

@@ -56,7 +56,7 @@ steps:
   inputs:
     SourceFolder: 'UpdateInstaller'
     Contents: '**'
-    TargetFolder: 'Builds/PixiEditor-x86'
+    TargetFolder: 'Builds/PixiEditor-x86/PixiEditor'
     flattenFolders: true
 
 - task: PowerShell@2
@@ -101,7 +101,7 @@ steps:
   inputs:
     SourceFolder: 'UpdateInstaller'
     Contents: '**'
-    TargetFolder: 'Builds/PixiEditor-x86-light'
+    TargetFolder: 'Builds/PixiEditor-x86-light/PixiEditor'
     flattenFolders: true
 
 - task: PowerShell@2