Skip to content

Commit

Permalink
Merge pull request #91 from Flagsmith/fix/goreleaser
Browse files Browse the repository at this point in the history
fix: ditch deprecated `archives[0].replacements` in .goreleaser.yaml
  • Loading branch information
khvn26 authored Jul 25, 2023
2 parents a71892c + 80dc5dc commit 490eff6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ before:
builds:
- skip: true
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- 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

0 comments on commit 490eff6

Please sign in to comment.