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
.circleci
in your mod directory. Add the filesconfig.yml
,zipMod.sh
, andblacklist.txt
to it. - Open
.circleci/zipmod.sh
with a text editor (e.g. VS Code, Notepad++). Change the value formodFolderName
. This will be the name of the mod folder.