From 7e92b8c2ee1f43ec25f716adf19c8321274e0306 Mon Sep 17 00:00:00 2001 From: Denis Gukov Date: Tue, 26 Oct 2021 21:14:08 +0500 Subject: [PATCH] test(dredd): fix hooks binary name for windows --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 8a3c2fcb..f302ca05 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -117,7 +117,7 @@ tasks: compile:api:hooks: dir: ./.dredd/hooks cmds: - - go build -o ../compiled_hooks + - go build -o ../compiled_hooks{{ if eq OS "windows" }}.exe{{ end }} build: desc: Build a full set of release binaries and packages