Skip to content

Commit

Permalink
fix build matrix output
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 28, 2024
1 parent 045990d commit e59b952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/list_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def main():

if is_github:
with open(args.github_output, "w") as out:
print(f"packages={json.dumps(build_matrix)}", file=out)
print(f"matrix={json.dumps(build_matrix)}", file=out)

return 0

Expand Down

0 comments on commit e59b952

Please sign in to comment.