Skip to content

Commit

Permalink
💚 fix: wrong .goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx committed Jul 26, 2023
1 parent 98e46c7 commit 60cee97
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ builds:
# goarch: arm64
main: ./cmd/mdfmt
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- id: foo
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down Expand Up @@ -106,4 +107,4 @@ brews:
license: "MIT"
skip_upload: false
test: |
system "#{bin}/mdfmt -V"
system "#{bin}/mdfmt -V"

0 comments on commit 60cee97

Please sign in to comment.