Skip to content

Commit

Permalink
Tune binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Apr 28, 2024
1 parent 337a6d5 commit b1acc51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
builds:
- id: tf-preview-gh
main: ./cmd/tf-preview-gh
binary: tf-preview-gh

env:
- CGO_ENABLED=0
Expand All @@ -17,6 +18,7 @@ archives:
builds:
- tf-preview-gh
format: binary
name_template: "{{ .Binary }}_{{ .Os }}-{{ .Arch }}"

release:
prerelease: auto

0 comments on commit b1acc51

Please sign in to comment.