Skip to content

Commit

Permalink
fix jar published for fabric to modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Sep 6, 2024
1 parent 72ff590 commit b404a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ tasks.register<TaskPublishCurseForge>("publishCurseForge") {
}

publishMods {
file.set(tasks.jar.get().archiveFile)
file.set(tasks.remapJar.get().archiveFile)
changelog.set(provider { file("../Changelog/changelog.md").readText() })
type = BETA
modLoaders.add("fabric")
Expand Down

0 comments on commit b404a12

Please sign in to comment.