From 03b6cee1ac70c01be5f97688b0af6da8cab84236 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 22 Jan 2024 12:20:57 -0500 Subject: optional auto-correct upload errors --- ci/taskfile.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/taskfile.yaml') 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 -- cgit