Skip to content

Commit

Permalink
fix publishMods
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Oct 22, 2023
1 parent 664b57a commit db3bab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void removeRedundant(jarTask){

publishMods {
file = tasks.jarJar.archiveFile
changelog = new File("changelog/${mod_version}.md").toString()
changelog = new File("changelog/${mod_version}.md").text
version = mod_version
type = STABLE
displayName = "CEI ${mod_version} for Create ${minecraft_version}-${create_version}"
Expand Down

0 comments on commit db3bab0

Please sign in to comment.