This setup will automate Github releases by creating a new release with a ready-for-users zipfile of your mod every time a git tag is pushed to your GitHub repository.
- Create a folder called
.circleciin your mod directory. Add the filesconfig.yml,zipMod.sh, andblacklist.txtto it. - Open
.circleci/zipmod.shwith a text editor (e.g. VS Code, Notepad++). Change the value formodFolderName. This will be the name of the mod folder.