Skip to content

Commit

Permalink
Add raw binary entries to checksums.txt (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Aug 8, 2023
1 parent faeb773 commit e5c4bd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ builds:
- linux_arm64
- windows_386
- windows_amd64
hooks:
post:
- mkdir -p ./dist/raw
- cp "{{ .Path }}" "./dist/raw/{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
archives:
- id: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
Expand All @@ -20,6 +24,8 @@ archives:
- none*
checksum:
name_template: 'checksums.txt'
extra_files:
- glob: ./dist/raw/*
signs:
- cmd: cosign
signature: '${artifact}.keyless.sig'
Expand Down

0 comments on commit e5c4bd1

Please sign in to comment.