aboutsummaryrefslogtreecommitdiff
path: root/ci/taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/taskfile.yaml')
-rw-r--r--ci/taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/taskfile.yaml b/ci/taskfile.yaml
index fb7b677..43e11a8 100644
--- a/ci/taskfile.yaml
+++ b/ci/taskfile.yaml
@@ -96,7 +96,7 @@ tasks:
cmd: powershell -Command "cp -Recurse -Force {{.ITEM}} {{.BUILD_DIR}}"
#copy release taskfile and rename it
- - cmd: powershell -Command "cp -Force release.taskfile.yaml {{.BUILD_DIR}}/taskfile.yaml"
+ - cmd: powershell -Command "cp -Force release.taskfile.yaml {{.BUILD_DIR}}/Taskfile.yaml"
pack:
internal: true