Fix skiko-jvm-runtime-macos_x64 is not found by gradle (#23)
When running `./gradlew publishToMavenLocal`, _skiko-jvm-runtime-macos-x64_ will be generated, but gradle is looking for _skiko-jvm-runtime-macos_x64_
So the target should be `"${targetOs}-${targetArch}"`
Fixed #22
Showing
Please register or sign in to comment