mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -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
|
- job: PublishDevBuilds
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- Linux
|
- Linux
|
||||||
|
- Linux_qt6
|
||||||
|
- Linux_qt6_7zip
|
||||||
- MacOS
|
- MacOS
|
||||||
- MacOS_qt6_Apple
|
- MacOS_qt6_Apple
|
||||||
- MacOS_qt6_Intel
|
- MacOS_qt6_Intel
|
||||||
@ -408,6 +410,8 @@ jobs:
|
|||||||
- job: Release
|
- job: Release
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- Linux
|
- Linux
|
||||||
|
- Linux_qt6
|
||||||
|
- Linux_qt6_7zip
|
||||||
- MacOS
|
- MacOS
|
||||||
- MacOS_qt6_Apple
|
- MacOS_qt6_Apple
|
||||||
- MacOS_qt6_Intel
|
- MacOS_qt6_Intel
|
||||||
|
Loading…
Reference in New Issue
Block a user