Skip to content

Commit

Permalink
Ensure the modrinth file rename task is ran before trying to upload t…
Browse files Browse the repository at this point in the history
…o modrinth
  • Loading branch information
onebeastchris authored Sep 13, 2024
1 parent 77adddc commit ec9a649
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ tasks {

// Readme sync
modrinth.get().dependsOn(tasks.modrinthSyncBody)
modrinth.get().dependsOn(tasks.getByName("renameTask"))
}

afterEvaluate {
Expand Down

0 comments on commit ec9a649

Please sign in to comment.