Skip to content

Commit 4f6b991

Browse files
Quattro8zoobestik
authored andcommitted
KTL-2775 fix path to unpack documentation artifacts
1 parent da2e1ac commit 4f6b991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.teamcity/kotlinlang/builds/BuildSitePages.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ object BuildSitePages : BuildType({
149149
}
150150
artifacts {
151151
artifactRules = """
152-
+:webHelpImages.zip!** => _/webhelp/reference/images/
153-
+:webHelpKR2.zip!** => _/webhelp/reference/
152+
+:webHelpImages.zip!** => _webhelp/reference/images/
153+
+:webHelpKR2.zip!** => _webhelp/reference/
154154
""".trimIndent()
155155
}
156156
}

0 commit comments

Comments
 (0)