8go / matrix-commander-rs

simple but convenient CLI-based Matrix client app for sending and receiving (in Rust)
GNU General Public License v3.0
79 stars 2 forks source link

Missing binaries on the release? #43

Closed ctron closed 9 months ago

ctron commented 1 year ago

I noticed that there a .sha256 files on the release, but no binaries. Is that on purpose? Or are they simply missing?

8go commented 9 months ago

Sometimes the build-action fails but I am not sure why. It might be time limit or a build resource limit on the side of Github. If the automatic build action fails, then files are missing in the release. It is not on purpose. But you can always get it from https://crate.io.

Benjamin-Loison commented 2 months ago

For reference v0.1.32 is the last release having the mentioned issue and here is the associated GitHub action.