We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4812490 commit ce416eeCopy full SHA for ce416ee
build.gradle
@@ -14,9 +14,9 @@ javatools {
14
githubRelease {
15
enabled = true
16
releaseAssets = fileTree(".") {
17
- include("**/filescanner-cocoa-macosx-x86_64_macos_*.dmg")
+ include("**/filescanner-cocoa-macosx-x86_64_*.dmg")
18
include("**/filescanner-gtk-linux-x86_64-*.tar.gz")
19
- include("**/filescanner-win32-win32-x86_64_windows-x64_*.exe")
+ include("**/filescanner-win32-win32-x86_64_*.exe")
20
}
21
overwrite = true
22
githubToken = project.findProperty('githubToken')
0 commit comments