Skip to content

Commit cf36204

Browse files
committed
Fix Modrinth changelog
1 parent f59e003 commit cf36204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/modernfix.platform-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ modrinth {
5757
uploadFile = remapJar
5858
gameVersions = supported_minecraft_versions.tokenize(",")
5959
loaders = [project.name]
60-
changelog.set(provider { file("CHANGELOG.md").getText('UTF-8') })
60+
changelog.set(provider { file("${rootDir}/CHANGELOG.md").getText('UTF-8') })
6161
}
6262

6363
tasks.curseforge.dependsOn(rootProject.generateChangelog)

0 commit comments

Comments
 (0)