Skip to content

Commit 9711b42

Browse files
fix: jar
1 parent f59ed4a commit 9711b42

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
@@ -110,7 +110,7 @@ publishMods {
110110
}
111111

112112
curseforge("curseforgeFabric") {
113-
from(curseForgeOptions, createOptions("fabric", "remapJar"))
113+
from(curseForgeOptions, createOptions("fabric", "jar"))
114114
projectId = "444663"
115115
}
116116

@@ -121,6 +121,6 @@ publishMods {
121121
tagName = providers.environmentVariable("GITHUB_REF_NAME").orElse("dryRun")
122122

123123
file = project.provider { project(":neoforge").tasks.jar }.flatMap { it.archiveFile }
124-
additionalFiles.from project.provider { project(":fabric").tasks.remapJar }.flatMap { it.archiveFile }
124+
additionalFiles.from project.provider { project(":fabric").tasks.jar }.flatMap { it.archiveFile }
125125
}
126126
}

0 commit comments

Comments
 (0)