Leorik icon indicating copy to clipboard operation
Leorik copied to clipboard

Add GH actions example

Open eduherminio opened this issue 1 year ago • 0 comments

Add example workflow file with one job:

  • Builds the solution
  • Publishes the engine as self-contained, trimmed, single-file executable
  • Uploads the resulting artifact

And it does that for each environment ([ubuntu-latest, windows-latest, macOS-latest, macos-14]) You can see the result (running in my fork) here. At the bottom you get the artifacts generated by it.

If you implement a command that does some search and exists without human intervention, you could add it that after the publish and double check that it executes correctly in that runner.

Feel free to have a look at my own ones, especially CI and release ones could be useful.

eduherminio avatar Feb 07 '24 00:02 eduherminio