Skip to content

Commit 5c7e474

Browse files
committed
Fix publication
1 parent cfee3b4 commit 5c7e474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/Publication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fun DistributionContainer.configureForMultiplatform(project: Project) {
7878
include("sentry-kotlin-multiplatform-iossimulatorarm64*")
7979
withJavadoc("iossimulatorarm64")
8080
}
81-
fromKlib("iossimulatorarm64", version)
81+
fromKlib("iosSimulatorArm64", version)
8282
}
8383
this.maybeCreate("macosarm64").contents {
8484
from("build${sep}publications${sep}macosArm64") {

0 commit comments

Comments
 (0)