We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cffdd2 commit fe4a178Copy full SHA for fe4a178
.goreleaser.yaml
@@ -20,7 +20,7 @@ archives:
20
- format_overrides:
21
- goos: windows
22
formats: [ 'zip' ]
23
- name_template: "tigrisfs_tigris_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
+ name_template: "tigrisfs_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
24
25
checksum:
26
name_template: 'checksums.txt'
@@ -33,7 +33,7 @@ nfpms:
33
- apk
34
- deb
35
- rpm
36
- file_name_template: "tigrisfs_tigris_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
+ file_name_template: "tigrisfs_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
37
contents:
38
- src: pkg/[email protected]
39
dst: /lib/systemd/system/[email protected]
0 commit comments