aboutsummaryrefslogtreecommitdiff
path: root/ci/taskfile.yaml
diff options
context:
space:
mode:
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