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
Daniel Ellis 2022-10-05 17:25:25 +00:00
parent d4e1867e90
commit 2e0d806bf7
1 changed files with 9 additions and 0 deletions

View File

@ -94,6 +94,15 @@ jobs:
with:
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
uses: benc-uk/workflow-dispatch@v1
with: