Commit 87a06bed authored by Nikolay Igotti's avatar Nikolay Igotti

Fix github publishing.

parent 9cc5261a
......@@ -21,9 +21,9 @@ dependencies {
}
skikoDep("skiko-jvm")
skikoDep("skiko-jvm-runtime-windows")
skikoDep("skiko-jvm-runtime-linux")
skikoDep("skiko-jvm-runtime-macos")
skikoDep("skiko-jvm-runtime-windows_x64")
skikoDep("skiko-jvm-runtime-linux_x64")
skikoDep("skiko-jvm-runtime-macos_x64")
}
val createGithubRelease by tasks.registering {
......@@ -50,4 +50,4 @@ val deleteGithubRelease by tasks.registering {
val repo = gh.getRepository(GITHUB_REPO)
repo.listReleases().firstOrNull { it.tagName == "v${skiko.releaseGithubVersion}" }?.delete()
}
}
\ No newline at end of file
}
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