Skip to content

Commit

Permalink
Fix publishMods task
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 20, 2024
1 parent 78d4a07 commit accfad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ publishMods {
file = remapJar.archiveFile
def archivesName = base.archivesName.get() as String
additionalFiles.from(
file("${project.buildDir}/libs/${archivesName}-${version}-sources.jar"),
file("${project.buildDir}/libs/${archivesName}-${project.version}-sources.jar"),
)
type = getGhVersion().contains("pre") ? BETA : STABLE
modLoaders.add("fabric")
Expand Down

0 comments on commit accfad7

Please sign in to comment.