mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 19:43:22 +00:00
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:
parent
539a427789
commit
5906d536eb
2
.github/workflows/workflow.yaml
vendored
2
.github/workflows/workflow.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user