ci: fix build steps
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
abs3nt 2023-03-04 15:17:22 -08:00
parent 15a6431b19
commit a374a1ff4d

View File

@ -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: