Action yml provided for use with Github Actions. While this isn't necessary since you can just make a job using a docker file, this is helpful if you want to include additional steps. I plan on doing things like also having an action to automatically upload the artifacts to itchio as well, so it's useful to have this as an actions.
Example workflow of how I'm using it with my game right now.
Action yml provided for use with Github Actions. While this isn't necessary since you can just make a job using a docker file, this is helpful if you want to include additional steps. I plan on doing things like also having an action to automatically upload the artifacts to itchio as well, so it's useful to have this as an actions.
Example workflow of how I'm using it with my game right now.