And there too

Conrad Irwin created

Change summary

tooling/xtask/src/tasks/workflows/run_bundling.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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,