Attach binary executables to releases?
fitzgen opened this issue · 1 comments
fitzgen commented
Sometimes building racer breaks because of nightly stuff (e.g. nightly-2020-07-16 doesn't build racer 2.1.35). It would be cool if the latest tagged releases had prebuilt binary executables for linux/macos/windows attached.
For example, cargo-wasi
automatically builds and publishes binaries in github actions, which might be helpful to borrow from:
kngwyu commented
Thanks!
I think it's definitely a good idea since we have many 'cannot complie' issues and I don't have enough time and energy to deal with them, though it's embarrassing.