mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-26 15:32:17 +00:00
Fix curseforge upload
This commit is contained in:
parent
4ee94f488b
commit
4621f8a978
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user