File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 55 secrets :
66 SIGNATURE_KEY :
77 required : true
8+ outputs :
9+ combined-fwbundle-artifact :
10+ description : " The combined firmware bundle artifact name"
11+ value : ${{ jobs.build-combined-fwbundle.outputs.combined-fwbundle-artifact }}
812 push :
913 branches :
1014 - main
@@ -151,6 +155,8 @@ jobs:
151155 build-combined-fwbundle :
152156 runs-on : ubuntu-24.04
153157 needs : build
158+ outputs :
159+ combined-fwbundle-artifact : ${{ steps.set_combined_fwbundle_output.outputs.combined_fwbundle_artifact }}
154160 steps :
155161 - uses : actions/checkout@v4
156162 with :
@@ -176,3 +182,6 @@ jobs:
176182 name : combined-fwbundle
177183 path : |
178184 fw_pack*.fwbundle
185+
186+ - id : set_combined_fwbundle_output
187+ run : echo "combined_fwbundle_artifact=combined-fwbundle" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments