Skip to content

Commit

Permalink
Merge pull request #907 from Tapchicoma/fix-publishing
Browse files Browse the repository at this point in the history
Fix publish release task fails to get CLI artifacts.
  • Loading branch information
Tapchicoma authored Sep 14, 2020
2 parents 8fe4c34 + 4f1cabe commit cab38c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ githubRelease {
project(":ktlint").tasks.named("shadowJarExecutable").get()
.outputs
.files
.singleFile
.getFiles()
.first()
.parentFile
.listFiles()
})
Expand Down

0 comments on commit cab38c4

Please sign in to comment.