Skip to content

Commit

Permalink
Fix published artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Sep 16, 2023
1 parent 470c252 commit 79fa29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tasks.remapJar {
}

publishMods {
file.set(tasks.jar.flatMap { it.archiveFile })
file.set(tasks.remapJar.flatMap { it.archiveFile })
changelog.set(providers.environmentVariable("CHANGELOG").orElse("# $version"))
type.set(providers.environmentVariable("PUBLISH_RELEASE_TYPE").orElse("alpha").map(ReleaseType::of))
modLoaders.add("forge")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ loom.platform=forge
# Versions
versionMc=1.20.1
versionForge=47.1.3
versionConnectorExtras=1.0.0
versionConnectorExtras=1.0.1

# Publishing
curseForgeId=913445
Expand Down

0 comments on commit 79fa29b

Please sign in to comment.