diff --git a/Taskfile.yml b/Taskfile.yml index 38397443..ef69a15b 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -127,7 +127,7 @@ tasks: desc: Build a binary for the current architecture dir: cli cmds: - - go build -o ../bin/semaphore{{ if eq OS "windows" }}.exe{{ end }} + - go build -o ../bin/semaphore{{ if eq OS "windows" }}.exe{{ end }} release: desc: creates a release without performing validations or publishing artifacts