mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
fixed
This commit is contained in:
parent
79b0153aca
commit
9fc3244626
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ stages:
|
|||
jobs:
|
||||
- job:
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
buildType: 'current'
|
||||
targetPath: '$(System.ArtifactsDirectory)'
|
||||
|
||||
- task: GitHubRelease@1
|
||||
inputs:
|
||||
gitHubConnection: 'github.com_tidusjar'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue