Browse Source

Merge branch 'pipelines-installer-zip' of https://github.com/PixiEditor/PixiEditor into pipelines-installer-zip

Krzysztof Krysiński 2 years ago
parent
commit
1db48e11ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      windows-x86-release.yml

+ 1 - 1
windows-x86-release.yml

@@ -105,7 +105,7 @@ steps:
   displayName: "Create zipped installer"
   displayName: "Create zipped installer"
   inputs:
   inputs:
     rootFolderOrFile: 'src/Installer/Assets/PixiEditor-$(architecture)-light'
     rootFolderOrFile: 'src/Installer/Assets/PixiEditor-$(architecture)-light'
-    includeRootFolder: true
+    includeRootFolder: false
     archiveType: 'zip'
     archiveType: 'zip'
     archiveFile: '$(Build.ArtifactStagingDirectory)/PixiEditor-$(TagVersion)-setup$(archNumber).zip'
     archiveFile: '$(Build.ArtifactStagingDirectory)/PixiEditor-$(TagVersion)-setup$(archNumber).zip'
     replaceExistingArchive: true
     replaceExistingArchive: true