SinTh0r4s / ExampleMod1.7.10

An example mod for Minecraft 1.7.10 with Forge focussed on a stable setup.
MIT License
26 stars 91 forks source link

embed build script version in its file; add zip-packages job to CI; split workflows #9

Closed TheElan closed 2 years ago

TheElan commented 2 years ago

This adds workflows for:

it also splits existing into two phases: build PR and build and release Master, so tag release won't trigger on each branch commit

TheElan commented 2 years ago

after this is merged old workflows probably should be disabled: https://github.com/SinTh0r4s/ExampleMod1.7.10/actions/workflows/gradle.yml

SinTh0r4s commented 2 years ago

Implemented updateGTNHBuildScript gradle task. It will only run if specifically called and show up under forgegradle: image