diff --git a/Taskfile.yml b/Taskfile.yml index 75dc629..eaa145f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -35,7 +35,7 @@ tasks: desc: "Build Forest artifacts" deps: [rewrite] cmds: - - defer: { task: cleanup } + - defer: { task: restore } - for: matrix: KIND: ["basic", "banana", "potato"]