diff --git a/build.gradle b/build.gradle index 81b8cb89..63bace25 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {