From 76c66308929f3b9a757fae7a866870fbf62de47f Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Fri, 7 Feb 2025 15:09:36 +0000 Subject: [PATCH] fix deferred task --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]