Skip to content

Commit

Permalink
Fix modrinth upload task (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris authored Apr 28, 2024
1 parent 1277e3f commit 3d35cdb
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 @@ -101,7 +101,7 @@ tasks {

register("remapModrinthJar", RemapJarTask::class) {
dependsOn(shadowJar)
inputFile.set(remapJar.get().archiveFile)
inputFile.set(shadowJar.get().archiveFile)
addNestedDependencies = true
archiveVersion.set(project.version.toString() + "+build." + System.getenv("GITHUB_RUN_NUMBER"))
archiveClassifier.set("")
Expand Down

0 comments on commit 3d35cdb

Please sign in to comment.