浏览代码

I think I found the issue

Krzysztof Krysiński 2 年之前
父节点
当前提交
c7ea95a90c
共有 4 个文件被更改,包括 4 次插入4 次删除
  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

@@ -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: