Skip to content

Commit

Permalink
missing json suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Jan 14, 2025
1 parent 02c6571 commit 01f8e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
./gates_report_brillig.sh -9223372036854775808
jq '.programs |= map(.package_name |= (. + "_inliner_min"))' gates_report_brillig.json > ./reports/gates_report_brillig_inliner_min.json
cat ./reports/gates_report_brillig_inliner_min
cat ./reports/gates_report_brillig_inliner_min.json
ls ./reports
jq -s '{ programs: map(.programs) | add }' ./reports/* > ../gates_report_brillig.json
Expand Down

0 comments on commit 01f8e42

Please sign in to comment.