Skip to content

Commit

Permalink
fix bundling of helm on linux/windows (#3705)
Browse files Browse the repository at this point in the history
Signed-off-by: Jari Kolehmainen <[email protected]>
  • Loading branch information
jakolehm authored Sep 1, 2021
1 parent 41fcd73 commit 776a15e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"to": "./${arch}/kubectl"
},
{
"from": "binaries/client/helm3/helm3",
"from": "binaries/client/${arch}/helm3/helm3",
"to": "./helm3/helm3"
}
]
Expand Down Expand Up @@ -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"
}
]
Expand Down

0 comments on commit 776a15e

Please sign in to comment.