Skip to content

Commit

Permalink
fix: update goreleaser config to remove deprecated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tak88r committed Feb 4, 2025
1 parent 83cfaf2 commit 8b673c7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,14 @@ builds:

archives:
- id: apkx
name_template: >-
{{ .ProjectName }}-
{{- title .Os }}-
{{- if eq .Arch "amd64" }}x86_64{{ end }}
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
format: zip
files:
- README.md
- LICENSE
- config/**/*
replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 8b673c7

Please sign in to comment.