Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Aug 27, 2024
1 parent 544618a commit 201c4bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ tasks.register("githubActionOutput", TeaConDumpPathToGitHub) { task ->
task.onlyIf {
System.env.GITHUB_ACTIONS
}
task.dependsOn shadowJar
task.mustRunAfter shadowJar
task.getPublishName().set("${jar.archiveBaseName.get()}-${version}.jar")
task.getTargetFile().set(jar.archiveFile)
}
Expand Down

0 comments on commit 201c4bf

Please sign in to comment.