Skip to content

Commit

Permalink
goreleaser: make files in archive executable
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Nov 21, 2024
1 parent ef7ec5b commit 36b1e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ archives:
builds_info:
group: 0
owner: 0
mode: 0644
mode: 0744

checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
Expand Down

0 comments on commit 36b1e92

Please sign in to comment.