mirror of
https://github.com/ffuf/ffuf
synced 2024-12-11 20:42:28 +00:00
Update goreleaser config (#145)
This commit is contained in:
parent
bb59f50cbe
commit
8970d9b4ea
1 changed files with 10 additions and 10 deletions
|
@ -12,14 +12,14 @@ builds:
|
|||
- arm
|
||||
- arm64
|
||||
|
||||
archives:
|
||||
- id: tgz
|
||||
format: tar.gz
|
||||
replacements:
|
||||
darwin: macOS
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
|
||||
archive:
|
||||
format: tar.gz
|
||||
replacements:
|
||||
darwin: macOS
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
|
||||
sign:
|
||||
artifacts: checksum
|
||||
signs:
|
||||
- artifacts: checksum
|
||||
|
|
Loading…
Reference in a new issue