From 1eb827f5e3d089c09b1f081fdeb9c04584a73a94 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 1 Sep 2021 07:46:18 +0300 Subject: [PATCH] fix bundling of helm on linux/windows Signed-off-by: Jari Kolehmainen --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4acccdd50c..25c9d63a43 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" } ]