Skip to content

Commit

Permalink
updating goreleaser to remove version number from assets
Browse files Browse the repository at this point in the history
  • Loading branch information
shibme committed Mar 11, 2024
1 parent 3a1334b commit f9a111b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ builds:
- linux
archives:
- id: slv
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
format: zip
builds:
- slv
Expand All @@ -40,6 +41,7 @@ changelog:
nfpms:
- builds:
- slv
file_name_template: '{{ .PackageName }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
vendor: SaveSecrets
homepage: https://savesecrets.org/slv
maintainer: Shibly Meeran <shibme@shib.me>
Expand Down

0 comments on commit f9a111b

Please sign in to comment.