Skip to content

Commit

Permalink
move upload file to task name
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Apr 3, 2023
1 parent fe2f620 commit 7862d56
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 @@ -43,7 +43,7 @@ shadowJar {
modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "VPo0otUH"
uploadFile = "./build/libs/motdgg-bukkit-${project.version}.jar"
uploadFile = "shadowJar"
gameVersions = [
"1.19.4",
"1.19.3",
Expand Down

0 comments on commit 7862d56

Please sign in to comment.