Skip to content

Commit 8b87ea4

Browse files
Update build.yml
1 parent bacf20c commit 8b87ea4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ jobs:
2727
with:
2828
file: gradle.properties
2929
property: mod_version
30+
- name: mc-publish
31+
uses: Kir-Antipov/mc-publish@v3.3.0
32+
with:
33+
curseforge-id: 421179
34+
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
35+
modrinth-id: jRRBLkzK
36+
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
37+
files-primary: build/libs/!(*-@(javadoc|sources)).jar
38+
version-type: release
39+
version: ${{ steps.version.outputs.value }}
40+
loaders: |
41+
forge
42+
neoforge
43+
game-versions: 1.20.1
44+
java: 17
45+
name: ""
46+
changelog-file: changelog-1.20.1.*
3047
- name: Nuke Changelog dot txt
3148
uses: JesseTG/rm@v1.0.3
3249
with:

0 commit comments

Comments
 (0)