Skip to content

Commit

Permalink
Avoid overwriting install_only builds in release (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jul 25, 2024
1 parent 696e8b9 commit 23b5314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ pub async fn command_upload_release_distributions(args: &ArgMatches) -> Result<(

wanted_filenames.insert(
format!(
"cpython-{}-{}-install_only-{}.tar.gz",
"cpython-{}-{}-install_only_stripped-{}.tar.gz",
version, triple, datetime
),
format!(
Expand Down

0 comments on commit 23b5314

Please sign in to comment.