Skip to content

Commit

Permalink
Merge pull request #5 from hypnoglow/fix-goreleaser-archives
Browse files Browse the repository at this point in the history
Fix goreleaser
  • Loading branch information
hypnoglow authored Sep 30, 2020
2 parents 263a510 + 5d5b0de commit e609834
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ builds:
goarch: '386'

archives:
- format: tar.gz
- id: zip
format: zip
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
- format: zip
- id: targz
format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

checksum:
Expand All @@ -41,6 +43,3 @@ signs:

release:
draft: true

changelog:
skip: true

0 comments on commit e609834

Please sign in to comment.