Skip to content

Commit

Permalink
fix publishDebugify task
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jun 19, 2024
1 parent 9787072 commit 9c1755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ tasks.register("publishDebugify") {

dependsOn("clean")

dependsOn("publishMod")
dependsOn("publishMods")

dependsOn("publish")
}
Expand Down

0 comments on commit 9c1755c

Please sign in to comment.