Fix the install-linux fix (#22466)

Follow-up fix to #22465, forgot my shell fundamentals!

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2024-12-28 11:50:29 -05:00 committed by GitHub
parent a3dec643a1
commit 7903f4ea58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" \