Skip to content

Commit c27ac44

Browse files
committed
Merge pull request 'fix: update the asset files and binaries permissions as root' (#180) from fix/update-binary-perms-as-root into main
Reviewed-on: https://gitea.obmondo.com/EnableIT/Linuxaid-cli/pulls/180
2 parents 7c44eb8 + f5e848c commit c27ac44

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)