From dc426518ef56434d972d645358147b4a2d8aa2a5 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Sun, 2 Nov 2025 23:26:23 -0700 Subject: [PATCH] And there too --- tooling/xtask/src/tasks/workflows/run_bundling.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/xtask/src/tasks/workflows/run_bundling.rs b/tooling/xtask/src/tasks/workflows/run_bundling.rs index b2bea3867bebf0203d9499867cfe6fc3586b25bd..18f85b0b06a19eedeb13d6b8fd6e415ab46f67d0 100644 --- a/tooling/xtask/src/tasks/workflows/run_bundling.rs +++ b/tooling/xtask/src/tasks/workflows/run_bundling.rs @@ -79,7 +79,7 @@ pub(crate) fn bundle_mac( .add_step(bundle_mac(arch)) .add_step(steps::upload_artifact( &artifact_name, - &format!("target/{arch}-apple-darwin/release/Zed.dmg"), + &format!("target/{arch}-apple-darwin/release/Zed-{arch}.dmg"), )) .add_step(steps::upload_artifact( &remote_server_artifact_name,