mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 21:16:30 +02:00
Fix gh release dependency on copyJar output
This commit is contained in:
parent
f1ba5e4343
commit
9c475cba85
@ -129,7 +129,7 @@ githubRelease {
|
|||||||
releaseName("Release ${project.version}")
|
releaseName("Release ${project.version}")
|
||||||
draft(true)
|
draft(true)
|
||||||
token(findProperty("github.token") as String?)
|
token(findProperty("github.token") as String?)
|
||||||
releaseAssets(copyJar)
|
releaseAssets(layout.buildDirectory.dir("dist").map { file("packwiz-installer.jar") })
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.githubRelease {
|
tasks.githubRelease {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user