Skip to content

Commit

Permalink
Fix Modrinth changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Sep 24, 2023
1 parent f59e003 commit cf36204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ modrinth {
uploadFile = remapJar
gameVersions = supported_minecraft_versions.tokenize(",")
loaders = [project.name]
changelog.set(provider { file("CHANGELOG.md").getText('UTF-8') })
changelog.set(provider { file("${rootDir}/CHANGELOG.md").getText('UTF-8') })
}

tasks.curseforge.dependsOn(rootProject.generateChangelog)
Expand Down

0 comments on commit cf36204

Please sign in to comment.