mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-18 20:46: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}")
|
||||
draft(true)
|
||||
token(findProperty("github.token") as String?)
|
||||
releaseAssets(copyJar)
|
||||
releaseAssets(layout.buildDirectory.dir("dist").map { file("packwiz-installer.jar") })
|
||||
}
|
||||
|
||||
tasks.githubRelease {
|
||||
|
Loading…
x
Reference in New Issue
Block a user