Skip to content

Commit

Permalink
feat: add modloader to jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
manmaed committed Oct 6, 2023
1 parent 804d367 commit 69ee1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "${ENV.GITHUB_RUN_NUMBER}" ? "${mod_version}.${ENV.GITHUB_RUN_NUMBER}"
group = project.maven_group

base {
archivesName = project.archives_base_name
archivesName = project.archives_base_name + "-fabric"
}

repositories {
Expand Down

0 comments on commit 69ee1b6

Please sign in to comment.