Skip to content

Commit

Permalink
fix .goreleaset.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kotakanbe committed May 29, 2020
1 parent 25172f6 commit 1c0215a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ builds:
main: .
ldflags: -s -w -X main.version={{.Version}} -X main.revision={{.Commit}}
binary: go-cve-dictionary
archive:
archives:
- name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
format: tar.gz
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
.Arm }}{{ end }}'
files:
- LICENSE
- README*
Expand Down

0 comments on commit 1c0215a

Please sign in to comment.