Skip to content

Commit a154d5c

Browse files
Avoid duplicating .tar.gz suffix on stripped builds (#293)
1 parent 7985287 commit a154d5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/release.rs

-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ pub fn produce_install_only_stripped(tar_gz_path: &Path, llvm_dir: &Path) -> Res
440440
name_parts[parts_len - 2] = "install_only_stripped".to_string();
441441

442442
let install_only_name = name_parts.join("-");
443-
let install_only_name = format!("{install_only_name}.tar.gz");
444443

445444
let dest_path = tar_gz_path.with_file_name(install_only_name);
446445
std::fs::write(&dest_path, gz_data)?;

0 commit comments

Comments
 (0)