Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
eerussianguy committed Sep 1, 2022
1 parent 7ff8edf commit f77ee65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ curseforge {
releaseType = versionType
addGameVersion "1.18.2"

mainArtifact jar
mainArtifact(jar) {
displayName = System.getenv('VERSION').toString().replace('v', '')
}

relations {
optionalDependency 'terrafirmacraft'
Expand Down

0 comments on commit f77ee65

Please sign in to comment.