Use GitHub CI to build simple binary distribution?

I have such a workflow for one of my project, see this workflow file. It automatically triggers on new releases, builds the project with the appropriate compiler (e.g. flambda), and uploads the built artefact to the release page where it can be downloaded. It currently works for both linux and mac (last time I tried it with windows I got some errors and I haven’t yet had the time to look into that, so i don’t know if the errors were caused by the workflow, or my project).

4 Likes