WIP:
This commit is contained in:
parent
6976af5029
commit
f44f60c6e6
2 changed files with 3 additions and 3 deletions
|
@ -121,9 +121,7 @@ fn view_release_notes(_: &ViewReleaseNotes, cx: &mut AppContext) {
|
||||||
if cx.has_global::<ReleaseChannel>() {
|
if cx.has_global::<ReleaseChannel>() {
|
||||||
match cx.global::<ReleaseChannel>() {
|
match cx.global::<ReleaseChannel>() {
|
||||||
ReleaseChannel::Dev => {}
|
ReleaseChannel::Dev => {}
|
||||||
ReleaseChannel::Nightly => cx
|
ReleaseChannel::Nightly => {}
|
||||||
.platform()
|
|
||||||
.open_url(&format!("{server_url}/releases/nightly/{current_version}")),
|
|
||||||
ReleaseChannel::Preview => cx
|
ReleaseChannel::Preview => cx
|
||||||
.platform()
|
.platform()
|
||||||
.open_url(&format!("{server_url}/releases/preview/{current_version}")),
|
.open_url(&format!("{server_url}/releases/preview/{current_version}")),
|
||||||
|
|
|
@ -34,6 +34,8 @@ function putS3
|
||||||
}
|
}
|
||||||
|
|
||||||
# Step 3: mkdir for file based on release sha
|
# Step 3: mkdir for file based on release sha
|
||||||
|
# :/sha-of- -commit/Zed.dmg
|
||||||
|
|
||||||
# Step 4: Put Zed.dmg in that directory
|
# Step 4: Put Zed.dmg in that directory
|
||||||
for file in "$path"/*; do
|
for file in "$path"/*; do
|
||||||
putS3 "$path" "${file##*/}" "nyc-tutorial-space/"
|
putS3 "$path" "${file##*/}" "nyc-tutorial-space/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue