We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b4001 commit e40558dCopy full SHA for e40558d
.goreleaser.yaml
@@ -28,6 +28,8 @@ archives:
28
{{- else if eq .Arch "386" }}i386
29
{{- else }}{{ .Arch }}{{ end }}
30
{{- if .Arm }}v{{ .Arm }}{{ end }}
31
+ files:
32
+ - systemd/*
33
# use zip for windows archives
34
format_overrides:
35
- goos: windows
0 commit comments