Fix upload file in Forge/Modrinth task

This commit is contained in:
Aizistral
2026-01-26 19:43:07 +01:00
parent 034fe808a6
commit 1bbcdc8ade

View File

@@ -130,7 +130,7 @@ modrinth {
versionName = "No Chat Restrictions " + project.version
versionType = "release"
changelog = rootProject.file("../CHANGELOG.md").text
uploadFile = remapJar
uploadFile = jar
gameVersions = [ '1.17.1', '1.17' ]
loaders = [ 'forge' ]
}