Use sha in the names of Linux nightly archives (#11693)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-05-11 11:14:49 +03:00 committed by GitHub
parent fa04f7514e
commit 6a64360ec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ cp "assets/licenses.md" "${zed_dir}/licenses.md"
target="linux-$(uname -m)"
if [[ "$channel" == "nightly" ]]; then
archive="zed-${target}.tar.gz"
archive="zed-${commit}-${target}.tar.gz"
elif [[ "$channel" == "dev" ]]; then
archive="zed-${commit}-${target}.tar.gz"
else