Skip to content

Commit

Permalink
Publish releases page after both mac and linux builds.
Browse files Browse the repository at this point in the history
Mac was finishing first, causing linux releases to be lagged a day behind.
  • Loading branch information
dellis23 committed Oct 10, 2022
1 parent d4e1867 commit 2e0d806
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e0d806

Please sign in to comment.