Fix the install-linux fix (#22466)
Follow-up fix to #22465, forgot my shell fundamentals! Release Notes: - N/A
This commit is contained in:
parent
a3dec643a1
commit
7903f4ea58
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ objcopy --strip-debug "${target_dir}/${remote_server_triple}/release/remote_serv
|
|||
gzip "${target_dir}/${target_triple}/release/zed.dbg"
|
||||
gzip "${target_dir}/${remote_server_triple}/release/remote_server.dbg"
|
||||
|
||||
if [[ -n "${DIGITALOCEAN_SPACES_SECRET_KEY}" && -n "${DIGITALOCEAN_SPACES_ACCESS_KEY}" ]]; then
|
||||
if [[ -n "${DIGITALOCEAN_SPACES_SECRET_KEY:-}" && -n "${DIGITALOCEAN_SPACES_ACCESS_KEY:-}" ]]; then
|
||||
upload_to_blob_store_public \
|
||||
"zed-debug-symbols" \
|
||||
"${target_dir}/${target_triple}/release/zed.dbg.gz" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue