Skip to content

Commit

Permalink
Fix NeoForge artifact publishing with Fabric title
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyces committed Nov 13, 2024
1 parent 1eede27 commit 7e6829d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if (hasProperty("modrinth_write_version_pat")) {
modrinth {
token = findProperty("modrinth_write_version_pat") as String
projectId = modrinth_project_id
versionName = "Fabric-${libs.versions.minecraft.release.get()}-${version}"
versionName = "NeoForge-${libs.versions.minecraft.release.get()}-${version}"
versionNumber = "${libs.versions.minecraft.release.get()}-${version}+neoforge"
versionType = publish_type
uploadFile.set(tasks.jar)
Expand Down

0 comments on commit 7e6829d

Please sign in to comment.