Testing out uploading the changelog to CurseForge as an additional artifact

This commit is contained in:
pahimar 2015-01-30 22:43:09 -05:00
parent e1e25895cc
commit d0ff8622df

View file

@ -167,7 +167,7 @@ curse {
changelog = 'Please see the attached changelog file'
releaseType = 'alpha'
additionalArtifact devJar
additionalArtifact "$project.buildDir/libs/$project.archivesBaseName-$config.minecraft_version-$config.mod_version-changelog.txt"
additionalArtifact "$project.buildDir/libs/$project.archivesBaseName-$config.minecraft_version-$config.mod_version.${System.getenv().BUILD_NUMBER}-changelog.txt"
}
uploadArchives {