yet another workflow goreleaser fix (#334)

This commit is contained in:
Zack Brady
2024-10-01 13:21:16 -04:00
committed by GitHub
parent ebd3fd66c8
commit b294b6f026

View File

@@ -29,6 +29,8 @@ builds:
hooks:
pre:
- wget -P cmd/hauler/binaries/ https://github.com/hauler-dev/cosign/releases/download/{{ .Env.cosign_version }}/cosign-{{ .Os }}-{{ .Arch }}{{ if eq .Os "windows" }}.exe{{ end }}
post:
- rm -rf cmd/hauler/binaries
env:
- CGO_ENABLED=0