aboutsummaryrefslogtreecommitdiff
path: root/ci/taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-22 12:20:57 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-22 12:20:57 -0500
commit03b6cee1ac70c01be5f97688b0af6da8cab84236 (patch)
treeaa994632faf48db087fdcfce714badb3074bb527 /ci/taskfile.yaml
parent32553068b151712100826b6de6b0c68f7f46f9cc (diff)
optional auto-correct upload errors
Diffstat (limited to 'ci/taskfile.yaml')
-rw-r--r--ci/taskfile.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/taskfile.yaml b/ci/taskfile.yaml
index 7f67fec..e59e080 100644
--- a/ci/taskfile.yaml
+++ b/ci/taskfile.yaml
@@ -19,7 +19,10 @@ tasks:
#clean out dist dir before building
- cmd: powershell -Command "rm -Recurse -Force ./dist"
ignore_error: true
+
#copy setup script for linux
+ - cmd: powershell -Command "mkdir lib -Force"
+ ignore_error: true
- cmd: powershell -Command "cp setup.sh lib/ -Force"
- task: install-plugins