Fix bootstrap outputs merge glob handling

This commit is contained in:
cloudneutral 2025-12-09 15:46:12 +08:00
parent cf7631c3a1
commit 770b0b18ef

View File

@ -142,6 +142,7 @@ jobs:
- name: Merge Outputs
run: |
shopt -s globstar nullglob
echo "{" > final_bootstrap_outputs.json
f=true
for x in outputs/**/outputs_*.json; do