Skip to content

Commit

Permalink
Fix tiny file publication
Browse files Browse the repository at this point in the history
  • Loading branch information
CheaterCodes committed Apr 11, 2022
1 parent 93a419e commit a137bcd
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 @@ -108,7 +108,7 @@ publishing {
groupId = 'org.quiltmc'
artifactId = 'hashed'
version = minecraftVersion + (System.getenv().SNAPSHOTS_URL ? "-SNAPSHOT" : "")
artifacts = [mappingsJar, file("mappings/hashed-${minecraftVersion}.tiny")]
artifacts = [mappingsJar, file("mappings/mappings.tiny")]
}
}

Expand Down

0 comments on commit a137bcd

Please sign in to comment.