I think we could just add an option to https://github.com/borkdude/gh-release-artifact to also upload a .sha256 file along with the uploaded file automatically
Then we just have to enable that in all the CIs and do the work only once
It has to be implemented in bb itself (so in that library) in order to be cross platform
@borkdude how about adding a bit more info https://github.com/babashka/babashka/blob/master/src/babashka/main.clj#L1052 ? got bit by the bit cryptic stack trace only to realise my bb.edn was empty 😅 something like (throw (Exception. (str "Error loading bb.edn: " (.getMessage e)))) can raise a PR now.
Sure
I would say print the message before throwing, don't swallow the original exception
makes sense!