Browse Source

Relative paths in last pipeline step

flabbet 2 years ago
parent
commit
c02954317c

+ 1 - 1
windows-x64-release-dev.yml

@@ -89,6 +89,6 @@ steps:
 - task: PublishPipelineArtifact@1
 - task: PublishPipelineArtifact@1
   displayName: "Publish artifact"
   displayName: "Publish artifact"
   inputs:
   inputs:
-    targetPath: 'Installer/Assets/PixiEditor-x64-light/'
+    targetPath: 'src/Installer/Assets/PixiEditor-x64-light/'
     artifact: 'PixiEditor-setup-x64.exe'
     artifact: 'PixiEditor-setup-x64.exe'
     publishLocation: 'pipeline'
     publishLocation: 'pipeline'

+ 1 - 1
windows-x64-release.yml

@@ -88,6 +88,6 @@ steps:
 - task: PublishPipelineArtifact@1
 - task: PublishPipelineArtifact@1
   displayName: "Publish artifact"
   displayName: "Publish artifact"
   inputs:
   inputs:
-    targetPath: 'Installer/Assets/PixiEditor-x64-light/'
+    targetPath: 'src/Installer/Assets/PixiEditor-x64-light/'
     artifact: 'PixiEditor-setup-x64.exe'
     artifact: 'PixiEditor-setup-x64.exe'
     publishLocation: 'pipeline'
     publishLocation: 'pipeline'

+ 1 - 1
windows-x86-release-dev.yml

@@ -91,6 +91,6 @@ steps:
 - task: PublishPipelineArtifact@1
 - task: PublishPipelineArtifact@1
   displayName: "Publish artifact"
   displayName: "Publish artifact"
   inputs:
   inputs:
-    targetPath: 'Installer/Assets/PixiEditor-x86-light/'
+    targetPath: 'src/Installer/Assets/PixiEditor-x86-light/'
     artifact: 'PixiEditor-setup-x86.exe'
     artifact: 'PixiEditor-setup-x86.exe'
     publishLocation: 'pipeline'
     publishLocation: 'pipeline'

+ 1 - 1
windows-x86-release.yml

@@ -90,6 +90,6 @@ steps:
 - task: PublishPipelineArtifact@1
 - task: PublishPipelineArtifact@1
   displayName: "Publish artifact"
   displayName: "Publish artifact"
   inputs:
   inputs:
-    targetPath: 'Installer/Assets/PixiEditor-x86-light/'
+    targetPath: 'src/Installer/Assets/PixiEditor-x86-light/'
     artifact: 'PixiEditor-setup-x86.exe'
     artifact: 'PixiEditor-setup-x86.exe'
     publishLocation: 'pipeline'
     publishLocation: 'pipeline'