mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Update publish-job.yml for Azure Pipelines
This commit is contained in:
parent
703867da21
commit
02891a7141
1 changed files with 17 additions and 3 deletions
|
@ -20,10 +20,10 @@ stages:
|
|||
runtime: win10-x64
|
||||
win10-x86:
|
||||
runtime: win10-x86
|
||||
osx-64:
|
||||
osx-x64:
|
||||
runtime: osx-x64
|
||||
linux-64:
|
||||
runtime: linux-64
|
||||
linux-x64:
|
||||
runtime: linux-x64
|
||||
linux-arm:
|
||||
runtime: linux-arm
|
||||
linux-arm64:
|
||||
|
@ -33,6 +33,20 @@ stages:
|
|||
steps:
|
||||
- template: templates/publish-os-steps.yml
|
||||
|
||||
- stage: deploy
|
||||
jobs:
|
||||
- job:
|
||||
steps:
|
||||
- task: DownloadBuildArtifacts@0
|
||||
inputs:
|
||||
buildType: 'current'
|
||||
downloadType: 'specific'
|
||||
itemPattern: '**.zip'
|
||||
downloadPath: '$(System.ArtifactsDirectory)'
|
||||
|
||||
- pwsh: |
|
||||
Get-ChildItem ($env:SYSTEM_ARTIFACTSDIRECTORY)
|
||||
|
||||
|
||||
# - task: GitHubRelease@1
|
||||
# inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue