Skip to content

Commit

Permalink
fix publishing with github
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jun 7, 2023
1 parent da9cfb9 commit 2a929a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ githubRelease {
releaseAssets(tasks["remapJar"].outputs.files)
}

tasks["githubRelease"].dependsOn("optimizeOutputsOfRemapJar")

tasks.register("publishDebugify") {
group = "debugify"

Expand Down

0 comments on commit 2a929a9

Please sign in to comment.