Skip to content

Commit 331cf70

Browse files
committed
typo
1 parent 2eba3bc commit 331cf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def collect_and_move_artifacts(build_dir, target_triple):
134134
with tarfile.open(tar_gz_path, "w:gz", compresslevel=9) as tar:
135135
tar.add(file_path, arcname=basename)
136136
uri = tar_gz_name
137-
manifest["files"][new_name] = {"sha256": sha256, "uri": uri}
137+
manifest["files"][basename] = {"sha256": sha256, "uri": uri}
138138

139139
return release_artifacts_dir, manifest
140140

0 commit comments

Comments
 (0)