mirror of https://github.com/daffainfo/nuclei.git
goreleaser config update (fix)
replacements is now deprecated - https://goreleaser.com/deprecations#archivesreplacementsdev
parent
71ef8cb0ed
commit
5247b889bd
|
@ -37,13 +37,7 @@ archives:
|
|||
- format: zip
|
||||
id: nuclei
|
||||
builds: [nuclei-cli]
|
||||
replacements:
|
||||
darwin: macOS
|
||||
|
||||
- format: zip
|
||||
id: annotate
|
||||
builds: [annotate]
|
||||
name_template: "{{ .Binary }}"
|
||||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}'
|
||||
|
||||
checksum:
|
||||
algorithm: sha256
|
||||
|
|
Loading…
Reference in New Issue