Bläddra i källkod

Congratulations, you've renamed folder, not file

Krzysztof Krysiński 2 år sedan
förälder
incheckning
a33cd0462f
4 ändrade filer med 4 tillägg och 4 borttagningar
  1. 1 1
      windows-x64-release-dev.yml
  2. 1 1
      windows-x64-release.yml
  3. 1 1
      windows-x86-release-dev.yml
  4. 1 1
      windows-x86-release.yml

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

@@ -56,7 +56,7 @@ steps:
   displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'
 
 - task: PowerShell@2
   displayName: "Set tag version"

+ 1 - 1
windows-x64-release.yml

@@ -56,7 +56,7 @@ steps:
   displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'
 
 - task: PowerShell@2
   displayName: "Set tag version"

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

@@ -56,7 +56,7 @@ steps:
   displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'
 
 - task: PowerShell@2
   displayName: "Set tag version"

+ 1 - 1
windows-x86-release.yml

@@ -56,7 +56,7 @@ steps:
   displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'
 
 - task: PowerShell@2
   displayName: "Set tag version"