Skip to content

Commit ce416ee

Browse files
committed
Use updated asset names for release drafting
1 parent 4812490 commit ce416ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ javatools {
1414
githubRelease {
1515
enabled = true
1616
releaseAssets = fileTree(".") {
17-
include("**/filescanner-cocoa-macosx-x86_64_macos_*.dmg")
17+
include("**/filescanner-cocoa-macosx-x86_64_*.dmg")
1818
include("**/filescanner-gtk-linux-x86_64-*.tar.gz")
19-
include("**/filescanner-win32-win32-x86_64_windows-x64_*.exe")
19+
include("**/filescanner-win32-win32-x86_64_*.exe")
2020
}
2121
overwrite = true
2222
githubToken = project.findProperty('githubToken')

0 commit comments

Comments
 (0)