Skip to content

Commit

Permalink
build: Ensure that license and readme are contained in released archi…
Browse files Browse the repository at this point in the history
…ve (#295)
  • Loading branch information
jimmidyson authored Jan 5, 2023
1 parent c64a2d6 commit 3714879
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ builds:
- cmd: make SKIP_UPX={{ if index .Env "SKIP_UPX" }}{{ .Env.SKIP_UPX }}{{ else }}{{ .IsSnapshot }}{{ end }} GOOS={{ .Os }} GOARCH={{ .Arch }} UPX_TARGET={{ .Path }} upx
archives:
- name_template: '{{ .ProjectName }}_v{{trimprefix .Version "v"}}_{{ .Os }}_{{ .Arch }}'
# This is a hack documented in https://github.com/goreleaser/goreleaser/blob/df0216d5855e9283d2106fb5acdb0e7b528a56e8/www/docs/customization/archive.md#packaging-only-the-binaries
files:
- none*
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 3714879

Please sign in to comment.