Skip to content

Commit d6337bd

Browse files
committed
fix: Naming of uploaded file
1 parent cb1cdbf commit d6337bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks.named('wrapper', Wrapper).configure {
2424
distributionType = Wrapper.DistributionType.BIN
2525
}
2626

27-
version = mod_version
27+
version = "${rootProject.mod_version}+${rootProject.mod_version_type}.${System.getenv("GITHUB_RUN_NUMBER") == null ? "dev" : System.getenv("GITHUB_RUN_NUMBER")}"
2828
group = mod_group_id
2929

3030
repositories {}

0 commit comments

Comments
 (0)