mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-02 15:00:23 +00:00
Revert "Use sha in the names of Linux nightly archives (#11693)"
This reverts commit 6a64360ec8
.
This commit is contained in:
parent
6a64360ec8
commit
48cba328f2
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ cp "assets/licenses.md" "${zed_dir}/licenses.md"
|
|||
target="linux-$(uname -m)"
|
||||
|
||||
if [[ "$channel" == "nightly" ]]; then
|
||||
archive="zed-${commit}-${target}.tar.gz"
|
||||
archive="zed-${target}.tar.gz"
|
||||
elif [[ "$channel" == "dev" ]]; then
|
||||
archive="zed-${commit}-${target}.tar.gz"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue