From 5e07090c7250dfc308b60ff69ecada88515fa23c Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 3 Aug 2023 21:58:17 -0400 Subject: fix postbuild task name --- Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 2bec577..8ab7be3 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -10,7 +10,7 @@ vars: tasks: #when build succeeds, archive the output into a tgz - postbuild_sucess: + postbuild_success: dir: '{{.USER_WORKING_DIR}}' cmds: -- cgit