@kytta I prefer putting this kind of stuff in a Makefile 🤷♂️
These actions are often interconnected, e.g. package requires build, build requires fetch_deps, etc. Makefile makes it trivial to manage and good for discoverability.
But if not, then I'd go with ./bin probably.