Skip to content

Commit

Permalink
Fix CurseForge additional artifact publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrapplexz committed Jul 5, 2020
1 parent 12f13ec commit 25139b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ configure<CurseExtension> {
mainArtifact(mainArt.file, closureOf<CurseArtifact> {
displayName = "[$minecraftVersion] CraftDumper $version"
})
additionalArts.forEach { addArtifact(it) }
additionalArts.forEach { addArtifact(it.file) }

options(closureOf<Options> {
detectNewerJava = true
Expand Down

0 comments on commit 25139b0

Please sign in to comment.