ci: Correct mainline release dependency
This commit is contained in:
parent
53be058e74
commit
a86e52a375
2 changed files with 4 additions and 2 deletions
|
|
@ -53,7 +53,9 @@ stages:
|
|||
cache: 'true'
|
||||
- stage: release
|
||||
displayName: 'Release'
|
||||
dependsOn: build
|
||||
dependsOn:
|
||||
- build
|
||||
- build_win
|
||||
jobs:
|
||||
- job: github
|
||||
displayName: 'GitHub Release'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue