Skip to content

Commit

Permalink
Fix release sometimes missing windows binaries (#1405)
Browse files Browse the repository at this point in the history
Update workflow.yaml try fix (sometimes) missing windows binaries by adding "build2" as "needs" for release
  • Loading branch information
MaxineMuster authored Oct 29, 2024
1 parent 539a427 commit 5906d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
release:
name: Semantic Release Images and Artifacts
runs-on: ubuntu-20.04
needs: [ refs, build ]
needs: [ refs, build, build2 ]
if: always() && needs.refs.outputs.new_release == 'true' && (github.ref == 'refs/heads/main' || github.ref_name == 'alpha')
steps:
- name: Source checkout
Expand Down

0 comments on commit 5906d53

Please sign in to comment.