Skip to content

Commit

Permalink
Use updated asset names for release drafting
Browse files Browse the repository at this point in the history
  • Loading branch information
hdecarne committed Apr 13, 2020
1 parent 4812490 commit ce416ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ javatools {
githubRelease {
enabled = true
releaseAssets = fileTree(".") {
include("**/filescanner-cocoa-macosx-x86_64_macos_*.dmg")
include("**/filescanner-cocoa-macosx-x86_64_*.dmg")
include("**/filescanner-gtk-linux-x86_64-*.tar.gz")
include("**/filescanner-win32-win32-x86_64_windows-x64_*.exe")
include("**/filescanner-win32-win32-x86_64_*.exe")
}
overwrite = true
githubToken = project.findProperty('githubToken')
Expand Down

0 comments on commit ce416ee

Please sign in to comment.