aboutsummaryrefslogtreecommitdiff
path: root/ci/taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-13 16:17:58 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-13 16:17:58 -0400
commit1e08c6d2112459dc02a0ab873123c4a363b01d21 (patch)
treec6ed7dfefd5b9c8965cfc185ad3f89436301df1a /ci/taskfile.yaml
parent85a1e5b7cc5c99e97a2d4e99bbceb0d2139742ff (diff)
ci: verified container build ready for next release
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