User Tools

Site Tools


tutorial:publishing_mods_using_github_actions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tutorial:publishing_mods_using_github_actions [2022/11/14 13:56] – ↷ Page moved from publishing_mods_using_github_actions to tutorial:publishing_mods_using_github_actions xipittutorial:publishing_mods_using_github_actions [2022/11/19 18:09] – Adjust title to be closer to similar tutorials xipit
Line 1: Line 1:
-====== Publishing your mod on Curseforge, Modrinth & Github using the MC-Publish Github Action by Kir-Antipov ======+====== Publishing mods on Curseforge, Modrinth & Github with MC-Publish ======
  
-MC-Publish is a Github Action that communicates with Github, Curseforge and Mordrinth APIs to upload your mod files. This page only goes through the basics of the set-up and you should [[https://github.com/Kir-Antipov/mc-publish#publish-minecraft-mods---github-action|check out its Github documentation for further information]].+MC-Publish is a Github Action by Kir-Antipov that communicates with Github, Curseforge and Mordrinth APIs to upload your mod files. This page only goes through the basics of the set-up and you should [[https://github.com/Kir-Antipov/mc-publish#publish-minecraft-mods---github-action|check out its Github documentation for further information]].
  
 ===== What are Github Actions? ===== ===== What are Github Actions? =====
Line 268: Line 268:
 Since Modrinth updated its API some people have problems uploading through the API. If that happens to you, try separating the modrinth portion from Github and Curseforge. You can do this easily by copying the MC-Publish step and trimming out the now unecessary input in ''with''. You should now have two separate steps. Since Modrinth updated its API some people have problems uploading through the API. If that happens to you, try separating the modrinth portion from Github and Curseforge. You can do this easily by copying the MC-Publish step and trimming out the now unecessary input in ''with''. You should now have two separate steps.
  
-Change the version of the modrinth step to 2.1 (''uses: Kir-Antipov/mc-publish@v2.1'')+Change the version in the step that publishes to modrinth to 2.1 -> ''uses: Kir-Antipov/mc-publish@v2.1''
  
  
tutorial/publishing_mods_using_github_actions.txt · Last modified: 2023/04/10 09:04 by poopooracoocoo