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 - go build -o bin/haunt
- mkdir completions - mkdir completions
- ./bin/haunt completion zsh > completions/haunt_zsh - ./bin/haunt completion zsh > completions/haunt_zsh
- ./bin/haunt completion bash > completion/haunt_bash - ./bin/haunt completion bash > completions/haunt_bash
- ./bin/haunt copletion fish > completion/haunt_fish - ./bin/haunt copletion fish > completions/haunt_fish
publish: publish:
image: goreleaser/goreleaser image: goreleaser/goreleaser
commands: commands: