mirror of https://github.com/llvm/torch-mlir
Publish releases page after both mac and linux builds.
Mac was finishing first, causing linux releases to be lagged a day behind.pull/1472/head
parent
d4e1867e90
commit
2e0d806bf7
|
@ -94,6 +94,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
release_id: ${{ github.event.inputs.release_id }}
|
release_id: ${{ github.event.inputs.release_id }}
|
||||||
|
|
||||||
|
publish_releases:
|
||||||
|
needs:
|
||||||
|
- build_linux
|
||||||
|
- build_macos
|
||||||
|
|
||||||
|
# Publish even if one of the builds failed
|
||||||
|
if: ${{ always() }}
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: Invoke Publish Releases Page
|
- name: Invoke Publish Releases Page
|
||||||
uses: benc-uk/workflow-dispatch@v1
|
uses: benc-uk/workflow-dispatch@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue