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,