Skip to content

Commit

Permalink
Fix the publish script (probably)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Feb 10, 2024
1 parent 77f9924 commit b4e71f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: java -Diris.release=true -jar brachyura-bootstrap-0.jar build

- name: Upload artifacts to Modrinth and GitHub
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
modrinth-id: YL57xq9U
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand All @@ -43,6 +43,6 @@ jobs:

loaders: fabric quilt

dependencies: sodium | depends | *
dependencies: sodium

version-resolver: latest # Defaults to selecting the latest compatible version of Minecraft, using the tag from the fabric.mod.json
3 changes: 3 additions & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
"mixin.features.render.world.sky": false,
"mixin.features.render.entity": false,
"mixin.features.render.gui.font": false
},
"mc-publish": {
"loaders": ["fabric", "quilt"]
}
}
}

0 comments on commit b4e71f6

Please sign in to comment.