Fix taplo artifact naming (#31267)
Part of https://github.com/zed-industries/zed/issues/31261 https://github.com/tamasfe/taplo/pull/598#issuecomment-2292984164 renamed all artifacts almost a year ago, and now had released it finally. Have to abide to that YOLO move. Release Notes: - N/A
This commit is contained in:
parent
c4677c21a9
commit
9b7d849879
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ impl TomlExtension {
|
|||
|
||||
let (platform, arch) = zed::current_platform();
|
||||
let asset_name = format!(
|
||||
"taplo-full-{os}-{arch}.gz",
|
||||
"taplo-{os}-{arch}.gz",
|
||||
arch = match arch {
|
||||
zed::Architecture::Aarch64 => "aarch64",
|
||||
zed::Architecture::X86 => "x86",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue