Skip to content

Commit

Permalink
Fix github publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho committed Nov 18, 2020
1 parent 9cc5261 commit 87a06be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions skiko/ci/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -50,4 +50,4 @@ val deleteGithubRelease by tasks.registering {
val repo = gh.getRepository(GITHUB_REPO)
repo.listReleases().firstOrNull { it.tagName == "v${skiko.releaseGithubVersion}" }?.delete()
}
}
}

0 comments on commit 87a06be

Please sign in to comment.