We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9246ca commit 3bad347Copy full SHA for 3bad347
Makefile
@@ -50,4 +50,4 @@ dist-windows:
50
51
.PHONY: clean
52
clean:
53
- rm -rf ./bin ./dist plugin.yaml
+ rm -rf ./bin ./dist
scripts/install-binary.sh
@@ -99,7 +99,7 @@ installFile() {
99
HELM_TMP="/tmp/$PROJECT_NAME"
100
mkdir -p "$HELM_TMP"
101
tar xf "$PLUGIN_TMP_FILE" -C "$HELM_TMP"
102
- HELM_TMP_BIN="${HELM_TMP}/${PROJECT_NAME}"
+ HELM_TMP_BIN="${HELM_TMP}/bin/${PROJECT_NAME}"
103
echo "Preparing to install into ${HELM_PLUGIN_PATH}"
104
# Use * to also copy the file withe the exe suffix on Windows
105
cp "$HELM_TMP_BIN"* "$HELM_PLUGIN_PATH"
0 commit comments