From a374a1ff4d46e756d46fdad0049ab84004ddf686 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sat, 4 Mar 2023 15:17:22 -0800 Subject: [PATCH] ci: fix build steps --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0db8b83..64b15f5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,8 +6,8 @@ pipeline: - go build -o bin/haunt - mkdir completions - ./bin/haunt completion zsh > completions/haunt_zsh - - ./bin/haunt completion bash > completion/haunt_bash - - ./bin/haunt copletion fish > completion/haunt_fish + - ./bin/haunt completion bash > completions/haunt_bash + - ./bin/haunt copletion fish > completions/haunt_fish publish: image: goreleaser/goreleaser commands: