
Add publishing to Github Action
rikka0w0 opened this issue ยท 3 comments
Add publishing to Modrinth and Curseforge to Github Action (the current one or a new one). This can simplify the publishing and omit manual uploading.
Example:
https://github.com/rikka0w0/wsmc/blob/main/.github/workflows/publish.yml
In recent pulls, I changed \n
to \\n
in fabric/src/main/resources/fabric.mod.json
and quilt/src/main/resources/quilt.mod.json
.
Prevent \n
being recognized as a newline character during Java compilation in fabric and quilt.