So I got bored and started looking at build automation. Got the basic action script committed and it builds successfully but I’m not sure how to get the build file out of there. GitHub’s help isn’t exactly…helpful in that regard. It says there should be an “Artifact” section here but one doesn’t exist. There’s another help file that says it needs to be added to the repo itself but I’m reluctant to use that method to store binaries in the repository as that would cause a lot of unneeded bloat. The DLLs from DevIL are bad enough
I’ve never really used the feature so it may not be possible to download the result
Edit:
The second article is correct but uses a bad example. Found a better one: https://www.geeksforgeeks.org/devops/download-github-actions-artifacts/
Will take a closer look later but looks pretty simple to set up. Really should be in the template GitHub provides
