From 64a7e0b2dd0c52576849fa1ed1145f9d4cf1729e Mon Sep 17 00:00:00 2001 From: simon987 Date: Mon, 6 Jan 2020 21:11:38 -0500 Subject: [PATCH] Update Build.kt --- ci/Build.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/Build.kt b/ci/Build.kt index 2ee0602..2ed7936 100644 --- a/ci/Build.kt +++ b/ci/Build.kt @@ -7,7 +7,7 @@ import jetbrains.buildServer.configs.kotlin.v2019_2.triggers.vcs object Build : BuildType({ name = "Build" - artifactRules = "beemer => |%build.number%_beemer" + artifactRules = "beemer" publishArtifacts = PublishMode.SUCCESSFUL vcs { root(HttpsGithubComSimon987beemerRefsHeadsMaster) @@ -25,4 +25,4 @@ object Build : BuildType({ branchFilter = "" } } -}) \ No newline at end of file +})