Skip to content

Commit 60744a3

Browse files
committed
build: attach platform-extension to artifact-id
1 parent 24fd50e commit 60744a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ publishing {
7474
create<MavenPublication>("native${platform.split("-").joinToString("") { it.capitalized() }}") {
7575
artifact(bundleJar)
7676
artifact(zipBuild)
77-
artifactId = "ffmpeg-natives-${platform}"
77+
artifactId = "ffmpeg-natives-${platform}${platformExtension}"
7878
}
7979
}
8080

0 commit comments

Comments
 (0)