aboutsummaryrefslogtreecommitdiff
path: root/ci/plugins.taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-06-24 17:05:40 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-06-24 17:05:40 -0400
commit5dc6decde6f86ba87173a1e10b0de8153999090f (patch)
tree0bbd1baf2492fa3df5197dd82640592ba7b73c50 /ci/plugins.taskfile.yaml
parenta355e12201f50d8f52738d225c270042913030e2 (diff)
fix ci main plugin name
Diffstat (limited to 'ci/plugins.taskfile.yaml')
-rw-r--r--ci/plugins.taskfile.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/plugins.taskfile.yaml b/ci/plugins.taskfile.yaml
index 43fc8db..17b3036 100644
--- a/ci/plugins.taskfile.yaml
+++ b/ci/plugins.taskfile.yaml
@@ -10,6 +10,7 @@ includes:
taskfile: install.taskfile.yaml
vars:
+ PLUGIN_NAME: 'SimpleBookmark'
CORE_VERSION: '1b590c2517fef110564943ed8a10edd11fa758b0'
ESSENTIALS_VERSION: '451091e93b5feee7a5e01d3a81f5d63efa7ea8be'
CACHE_VERSION: '930980a1e6b5db24dd4d8beeb115e4279ea79ee2'
@@ -46,9 +47,9 @@ tasks:
#build the plugin
- cmd: cd ../back-end/src && task build
- - powershell -Command "mkdir plugins/{{.PROJECT_NAME}} -Force"
+ - powershell -Command "mkdir plugins/{{.PLUGIN_NAME}} -Force"
#copy the plugin output
- - powershell -Command "cp -Recurse -Force ../back-end/src/bin/release/net8.0/publish/* plugins/{{.PROJECT_NAME}}/"
+ - powershell -Command "cp -Recurse -Force ../back-end/src/bin/release/net8.0/publish/* plugins/{{.PLUGIN_NAME}}/"
install-accounts:
cmds: