summaryrefslogtreecommitdiff
path: root/ci/plugins.taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-09 11:13:24 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-09 11:13:24 -0500
commitaf87d0785366cd849d8243aae28988fc444afa10 (patch)
treeb76cb8647e737378f2acceaedc65ed00665290e3 /ci/plugins.taskfile.yaml
parente01aae6c30f18003ceae07c092cddeb488e8f472 (diff)
fix some ci build issues & package updatesv0.1.4
Diffstat (limited to 'ci/plugins.taskfile.yaml')
-rw-r--r--ci/plugins.taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/plugins.taskfile.yaml b/ci/plugins.taskfile.yaml
index 4ff46d9..d64a224 100644
--- a/ci/plugins.taskfile.yaml
+++ b/ci/plugins.taskfile.yaml
@@ -29,7 +29,7 @@ tasks:
#move dist files to web root
- powershell -Command "cp -Recurse -Force ../front-end/dist {{.USER_WORKING_DIR}}"
#move the plugin output
- - powershell -Command "cp -Recurse -Force ../back-end/src/bin/release/net8.0/publish/* ./plugins/CMNext"
+ - powershell -Command "cp -Recurse -Force ../back-end/src/bin/release/net8.0/publish/* plugins/CMNext/"
install-accounts:
cmds: