Skip to content

Commit 194377a

Browse files
committed
Fix bundle path
1 parent 77a909e commit 194377a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
// Publishing
103103
val sdkVersion: String by project
104104
tasks.register<SonatypeCentralPortalPublishTask>("publishToCentralPortal") {
105-
bundle.set(rootProject.layout.buildDirectory.file("smithy-kotlin-$sdkVersion.tar.gz"))
105+
bundle.set(rootProject.layout.buildDirectory.file("aws-smithy-kotlin-$sdkVersion.tar.gz"))
106106
}
107107
tasks.register<SonatypeCentralPortalWaitForPublicationTask>("waitForCentralPortalPublication") { }
108108

0 commit comments

Comments
 (0)