Skip to content

Commit

Permalink
Fix failing assembleRelease task
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Jul 7, 2024
1 parent 804791d commit e8db37b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ fun Project.configureAssemble() {
when (fileName) {
"module.json.asc" -> "${project.name}-$publicationName-${project.version}.module.json.asc"
"pom-default.xml.asc" -> "${project.name}-$publicationName-${project.version}.pom.asc"
"${project.name}.klib.asc" -> "${project.name}-$publicationName-${project.version}.klib.asc"
else -> fileName
}
},
Expand Down

0 comments on commit e8db37b

Please sign in to comment.