Skip to content

Commit

Permalink
Fix binary naming for linux amd64 asset
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaysaraogiloopio authored and martinbaillie committed Sep 8, 2024
1 parent 91acbee commit 4fa2007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ builds:
go install github.com/hashicorp/packer/cmd/packer-plugins-check@v1.7.10 &&
packer-plugins-check -load={{ .Name }}
dir: "{{ dir .Path}}"
binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'

archives:
- format: zip
Expand Down

0 comments on commit 4fa2007

Please sign in to comment.