From 6302c33874a0906950365d969c5114da6d6bd309 Mon Sep 17 00:00:00 2001 From: "zun.yang" Date: Mon, 31 Jul 2023 16:49:14 +0800 Subject: [PATCH] update --- Taskfile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index 0a7a762..1042c2d 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -25,6 +25,7 @@ tasks: desc: application dependencies cmds: - go mod tidy + - zip -r benchmark.zip benchmark/ deps:tools: desc: Installs tools needed for building