Skip to content

Commit

Permalink
fix: use OS-specific checksum files
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Mar 3, 2023
1 parent f5a1c4b commit 86b22ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.macos-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ archives:
files:
- LICENSE.md
- README.md
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_darwin_checksums.txt"
2 changes: 2 additions & 0 deletions .goreleaser.ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ archives:
files:
- LICENSE.md
- README.md
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"

0 comments on commit 86b22ab

Please sign in to comment.