crates/auto_update/src/auto_update.rs 🔗 @@ -121,9 +121,7 @@ fn view_release_notes(_: &ViewReleaseNotes, cx: &mut AppContext) { if cx.has_global::<ReleaseChannel>() { match cx.global::<ReleaseChannel>() { ReleaseChannel::Dev => {} - ReleaseChannel::Nightly => cx - .platform() - .open_url(&format!("{server_url}/releases/nightly/{current_version}")), + ReleaseChannel::Nightly => {} ReleaseChannel::Preview => cx .platform() .open_url(&format!("{server_url}/releases/preview/{current_version}")),
script/upload-nightly 🔗 @@ -34,6 +34,8 @@ function putS3 } # Step 3: mkdir for file based on release sha +# :/sha-of- -commit/Zed.dmg + # Step 4: Put Zed.dmg in that directory for file in "$path"/*; do putS3 "$path" "${file##*/}" "nyc-tutorial-space/"