ParadigmMC / mc-modpack-kit

A template designed to streamline the release process of Minecraft modpacks.
Creative Commons Zero v1.0 Universal
29 stars 10 forks source link

fix: Missing CURSEFORGE_ID and CURSEFORGE_TOKEN in pipeline.yml #59

Closed Conquerix closed 11 months ago

Conquerix commented 11 months ago

Added curseforge id and token as input for the release action in the pipeline workflow

Conquerix commented 11 months ago

Also, I wonder how the actions are supposed to build the curseforge pack with the default set to false here I modified it on my repo, is it the intended way ?

jh-devv commented 11 months ago

Also, I wonder how the actions are supposed to build the curseforge pack with the default set to false here I modified it on my repo, is it the intended way ?

Yea so, most of the people currently use Modrinth, this just means if there is no CURSEFORGE or MODRINTH ID/TOKEN, it adds it to the release, in this case if you want to add the curseforge to all the releases, you can just set default-release-curseforge: 'true'!

In the future, this could also be done via an env file!

Conquerix commented 11 months ago

Aah I see, ok thx for the clarification :)