Skip to content

Commit

Permalink
feat: goreleaser checksum file name
Browse files Browse the repository at this point in the history
  • Loading branch information
hutstep committed Dec 19, 2024
1 parent 24ff729 commit 38405bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ archives:
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_Windows_checksums.txt"

chocolateys:
- name: azctx
dependencies:
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ archives:
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_Darwin_Linux_checksums.txt"

brews:
- name: azctx
repository:
Expand Down

0 comments on commit 38405bc

Please sign in to comment.