mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-13 01:56:55 -07:00
Fixed the format of the compressed files
This commit is contained in:
parent
7385aa82f2
commit
2a31d3a437
3 changed files with 8 additions and 5 deletions
|
@ -18,16 +18,22 @@ stages:
|
||||||
matrix:
|
matrix:
|
||||||
win10-x64:
|
win10-x64:
|
||||||
runtime: win10-x64
|
runtime: win10-x64
|
||||||
|
format: zip
|
||||||
win10-x86:
|
win10-x86:
|
||||||
runtime: win10-x86
|
runtime: win10-x86
|
||||||
|
format: zip
|
||||||
osx-x64:
|
osx-x64:
|
||||||
runtime: osx-x64
|
runtime: osx-x64
|
||||||
|
format: tar.gz
|
||||||
linux-x64:
|
linux-x64:
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
|
format: tar.gz
|
||||||
linux-arm:
|
linux-arm:
|
||||||
runtime: linux-arm
|
runtime: linux-arm
|
||||||
|
format: tar.gz
|
||||||
linux-arm64:
|
linux-arm64:
|
||||||
runtime: linux-arm64
|
runtime: linux-arm64
|
||||||
|
format: tar.gz
|
||||||
pool:
|
pool:
|
||||||
vmImage: ${{ variables.vmImage }}
|
vmImage: ${{ variables.vmImage }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -27,7 +27,7 @@ steps:
|
||||||
rootFolderOrFile: '$(Build.ArtifactStagingDirectory)/$(runtime)'
|
rootFolderOrFile: '$(Build.ArtifactStagingDirectory)/$(runtime)'
|
||||||
includeRootFolder: false
|
includeRootFolder: false
|
||||||
archiveType: 'zip'
|
archiveType: 'zip'
|
||||||
archiveFile: '$(Build.ArtifactStagingDirectory)/$(runtime).zip'
|
archiveFile: '$(Build.ArtifactStagingDirectory)/$(runtime).$(format)'
|
||||||
replaceExistingArchive: true
|
replaceExistingArchive: true
|
||||||
|
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
|
|
|
@ -24,7 +24,4 @@ variables:
|
||||||
value: "$(Build.SourcesDirectory)/src/Ombi/ClientApp/"
|
value: "$(Build.SourcesDirectory)/src/Ombi/ClientApp/"
|
||||||
|
|
||||||
- name: "BuildVersion"
|
- name: "BuildVersion"
|
||||||
value: "4.0.$(Build.BuildId)"
|
value: "4.0.$(Build.BuildId)"
|
||||||
|
|
||||||
- name: "ReleaseNotes"
|
|
||||||
value: ""
|
|
Loading…
Add table
Add a link
Reference in a new issue