mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 19:00:29 -04:00
Do not publish artifacts unless all jobs end ok
This commit is contained in:
parent
99792e80a8
commit
f57fb9f08e
@ -367,6 +367,8 @@ jobs:
|
||||
- job: PublishDevBuilds
|
||||
dependsOn:
|
||||
- Linux
|
||||
- Linux_qt6
|
||||
- Linux_qt6_7zip
|
||||
- MacOS
|
||||
- MacOS_qt6_Apple
|
||||
- MacOS_qt6_Intel
|
||||
@ -408,6 +410,8 @@ jobs:
|
||||
- job: Release
|
||||
dependsOn:
|
||||
- Linux
|
||||
- Linux_qt6
|
||||
- Linux_qt6_7zip
|
||||
- MacOS
|
||||
- MacOS_qt6_Apple
|
||||
- MacOS_qt6_Intel
|
||||
|
Loading…
Reference in New Issue
Block a user