2
0
Эх сурвалжийг харах

I think I found the issue

Krzysztof Krysiński 2 жил өмнө
parent
commit
c7ea95a90c

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

@@ -90,7 +90,7 @@ steps:
   displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
 
 - task: ArchiveFiles@2
   inputs:

+ 1 - 1
windows-x64-release.yml

@@ -90,7 +90,7 @@ steps:
   displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
 
 - task: ArchiveFiles@2
   inputs:

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

@@ -90,7 +90,7 @@ steps:
   displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
 
 - task: ArchiveFiles@2
   inputs:

+ 1 - 1
windows-x86-release.yml

@@ -90,7 +90,7 @@ steps:
   displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
-    script: 'tree;Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
 
 - task: ArchiveFiles@2
   inputs: