From 23b53145fc3fa4ead708aaca813f3a7382bc2a18 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 25 Jul 2024 13:40:03 -0400 Subject: [PATCH] Avoid overwriting install_only builds in release (#291) --- src/github.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.rs b/src/github.rs index 1f4c9e36..09df552d 100644 --- a/src/github.rs +++ b/src/github.rs @@ -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!(