Skip to content

Commit a90aaab

Browse files
author
Ivan Sim
committed
Change destination folder of license file during release
Signed-off-by: Ivan Sim <[email protected]>
1 parent 4bc283f commit a90aaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ plugin:
7676
if [ "$(BUILD_OS)" = "windows" ]; then \
7777
extension=".exe" ;\
7878
fi ;\
79-
cp LICENSE "$(TARGET_RELEASE_DIR)"
79+
cp LICENSE "$(TARGET_PLUGINS_DIR)"
8080
cp "$(TARGET_RELEASE_DIR)/cli-$(BUILD_OS)-$(BUILD_ARCH)-$(VERSION)$${extension}" "$(TARGET_PLUGINS_DIR)/kubectl-promdump$${extension}" ;\
8181
tar -C "$(TARGET_PLUGINS_DIR)" -czvf "$(TARGET_PLUGINS_DIR)/kubectl-promdump-$(BUILD_OS)-$(BUILD_ARCH)-$(VERSION).tar.gz" kubectl-promdump$${extension} LICENSE ;\
8282
rm "$(TARGET_PLUGINS_DIR)/kubectl-promdump$${extension}" ;\

0 commit comments

Comments
 (0)