mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -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:
|
jobs:
|
||||||
- job:
|
- job:
|
||||||
steps:
|
steps:
|
||||||
|
- task: DownloadPipelineArtifact@2
|
||||||
|
inputs:
|
||||||
|
buildType: 'current'
|
||||||
|
targetPath: '$(System.ArtifactsDirectory)'
|
||||||
|
|
||||||
- task: GitHubRelease@1
|
- task: GitHubRelease@1
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: 'github.com_tidusjar'
|
gitHubConnection: 'github.com_tidusjar'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue