From 32553068b151712100826b6de6b0c68f7f46f9cc Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 22 Jan 2024 01:42:43 -0500 Subject: remove unused code, fix ci license file issue --- back-end/Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'back-end/Taskfile.yaml') diff --git a/back-end/Taskfile.yaml b/back-end/Taskfile.yaml index fce8399..92448fe 100644 --- a/back-end/Taskfile.yaml +++ b/back-end/Taskfile.yaml @@ -26,7 +26,7 @@ tasks: - task: packsource #copy license to output dir - - powershell -Command "cp '{{.MODULE_DIR}}/LICENSE.txt' -Destination '{{.OUT_DIR}}/LICENSE.txt'" + - powershell -Command "cp '{{.MODULE_DIR}}/LICENSE' -Destination '{{.OUT_DIR}}/LICENSE'" #tar the plugin output and put it in the bin dir - cd {{.OUT_DIR}} && tar -czvf '{{.USER_WORKING_DIR}}/bin/release.tgz' . -- cgit