Skip to content

Commit

Permalink
Fix curseforge upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Mar 29, 2022
1 parent 4ee94f4 commit 4621f8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,13 @@ if (System.getenv("CURSEFORGE")) {
project {
id = "462672"
releaseType = "release"
displayName = "[" + ((String) project.mc_version) + "] " + version
changelog = System.getenv("CHANGELOG")
changelogType = "markdown"
addGameVersion ((String) project.mc_version)
addGameVersion "Fabric"
mainArtifact(remapJar)
mainArtifact(remapJar) {
displayName = "[" + ((String) project.mc_version) + "] " + version
}

afterEvaluate {
uploadTask.dependsOn("remapJar")
Expand Down

0 comments on commit 4621f8a

Please sign in to comment.