Skip to content

Commit f2395bc

Browse files
fix: file naming
1 parent 5d30c7b commit f2395bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ publishMods {
119119
def createOptions = (String platform, String taskName) -> {
120120
publishOptions {
121121
file = project.provider { project(":$platform").tasks[taskName] }.flatMap { it.archiveFile }
122-
displayName = "Better Compatability Checker - ${mod_version}"
122+
displayName = "Better Compatability Checker - ${platform} - ${mod_version}"
123123
modLoaders.add(platform.toLowerCase())
124124
}
125125
}

0 commit comments

Comments
 (0)