From 1e08c6d2112459dc02a0ab873123c4a363b01d21 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 13 Mar 2024 16:17:58 -0400 Subject: ci: verified container build ready for next release --- ci/taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/taskfile.yaml') 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 -- cgit