From 776a15e54e42eb696c5e20efa1e811b68b4cbf28 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 1 Sep 2021 13:15:58 +0300 Subject: [PATCH] fix bundling of helm on linux/windows (#3705) Signed-off-by: Jari Kolehmainen --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7a2aeead37d1..fa32645865f7 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "to": "./${arch}/kubectl" }, { - "from": "binaries/client/helm3/helm3", + "from": "binaries/client/${arch}/helm3/helm3", "to": "./helm3/helm3" } ] @@ -160,7 +160,7 @@ "to": "./ia32/kubectl.exe" }, { - "from": "binaries/client/helm3/helm3.exe", + "from": "binaries/client/x64/helm3/helm3.exe", "to": "./helm3/helm3.exe" } ]