Fix release sometimes missing windows binaries (#1405)

Update workflow.yaml try fix (sometimes) missing windows binaries by adding "build2" as "needs" for release
This commit is contained in:
MaxineMuster 2024-10-29 08:46:52 +01:00 committed by GitHub
parent 539a427789
commit 5906d536eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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