aboutsummaryrefslogtreecommitdiff
path: root/back-end/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'back-end/Taskfile.yaml')
-rw-r--r--back-end/Taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
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' .