Unverified Commit 74c1d2a0 authored by Alexey Tsvetkov's avatar Alexey Tsvetkov Committed by GitHub

Publish skiko-jvm-runtime-macos-arm64 on GitHub (#69)

parent a7a3556d
......@@ -24,6 +24,7 @@ dependencies {
skikoDep(SkikoArtifacts.runtimeArtifactIdFor(OS.Windows, Arch.X64))
skikoDep(SkikoArtifacts.runtimeArtifactIdFor(OS.Linux, Arch.X64))
skikoDep(SkikoArtifacts.runtimeArtifactIdFor(OS.MacOS, Arch.X64))
skikoDep(SkikoArtifacts.runtimeArtifactIdFor(OS.MacOS, Arch.Arm64))
}
val createGithubRelease by tasks.registering {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment