Skip to content

Commit

Permalink
[ci skip] fixed modrinth publish
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 5, 2024
1 parent 1844194 commit d566e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ modrinth {
token.set(System.getenv("MODRINTH_TOKEN"))
projectId.set("HLkJsjy0")
versionType = if (isRelease) "release" else "beta"
uploadFile.set(tasks.shadowJar.flatMap { it.archiveFile })
uploadFile.set(tasks.shadowJar)
gameVersions.set(versions)
loaders.add("paper")
loaders.add("folia")
Expand Down

0 comments on commit d566e02

Please sign in to comment.