mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 00:48:30 +00:00
[build] try to fix builds with duplicate keys.
This commit is contained in:
@@ -338,7 +338,7 @@ def gather_build_info(build_type_info, config):
|
||||
else:
|
||||
variant = "regular"
|
||||
|
||||
file_key = f"{grid}-{platform_folder}"
|
||||
file_key = f"{grid}-{variant}-{platform_folder}"
|
||||
|
||||
# if platform_folder in config.os_download_dirs:
|
||||
if "downloadable_artifacts" not in build_type_info:
|
||||
@@ -382,7 +382,7 @@ DOWNLOADS - {build_info["build_type"]}
|
||||
variant_printable = f"{config.variant_printable[variant]}"
|
||||
text_summary += f"{variant_printable}\n"
|
||||
try:
|
||||
file_key = f"{grid}-{platform_folder}"
|
||||
file_key = f"{grid}-{variant}-{platform_folder}"
|
||||
text_summary += f"{platform_printable} for {grid_printable}\n"
|
||||
text_summary += f"{build_info['downloadable_artifacts'][file_key]['file_download_URI']}\n"
|
||||
text_summary += "\n"
|
||||
|
||||
Reference in New Issue
Block a user