It is better to replace these lines in zed official `Cargo.toml` with bellow, before run GH actions: ```toml [profile.release] codegen-units = 1 debug = false lto = true panic = "abort" strip = true ``` `strip = true` may doesnot work on windows.