1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-23 06:22:08 -05:00

ci: Correct mainline release dependency

This commit is contained in:
Zach Hilman
2019-10-02 18:54:05 -04:00
parent 53be058e74
commit a86e52a375
2 changed files with 4 additions and 2 deletions

View File

@@ -53,7 +53,9 @@ stages:
cache: 'true'
- stage: release
displayName: 'Release'
dependsOn: build
dependsOn:
- build
- build_win
jobs:
- job: github
displayName: 'GitHub Release'