From f44f60c6e6b4b8f9f9f9ee9d9072e4aebc9f8424 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Fri, 17 Nov 2023 12:54:16 -0800 Subject: [PATCH] WIP: --- crates/auto_update/src/auto_update.rs | 4 +--- script/upload-nightly | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/auto_update/src/auto_update.rs b/crates/auto_update/src/auto_update.rs index 36690bcd25..cf285ac7cf 100644 --- a/crates/auto_update/src/auto_update.rs +++ b/crates/auto_update/src/auto_update.rs @@ -121,9 +121,7 @@ fn view_release_notes(_: &ViewReleaseNotes, cx: &mut AppContext) { if cx.has_global::() { match cx.global::() { 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}")), diff --git a/script/upload-nightly b/script/upload-nightly index e98516a7dc..56d00dca52 100644 --- a/script/upload-nightly +++ b/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/"