Skip to content

Commit f5e848c

Browse files
committed
fix: update the asset files and binaries permissions as root
Signed-off-by: Sidharth Jawale <sidharth@obmondo.com>
1 parent 7c44eb8 commit f5e848c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ archives:
3535
{{- .Os }}_
3636
{{- .Arch }}
3737
{{- if .Arm }}v{{ .Arm }}{{ end -}}
38+
- builds_info:
39+
group: root
40+
owner: root
41+
mode: 0755
42+
mtime: "{{ .CommitDate }}"
3843

3944
before:
4045
hooks:

0 commit comments

Comments
 (0)