Fix .goreleaser.yml config
This commit is contained in:
parent
ff412f9319
commit
edda13411e
1 changed files with 9 additions and 7 deletions
|
@ -27,14 +27,16 @@ brews:
|
|||
dependencies:
|
||||
- ffmpeg
|
||||
signs:
|
||||
artifacts: checksum
|
||||
-
|
||||
artifacts: checksum
|
||||
archives:
|
||||
replacements:
|
||||
darwin: Darwin
|
||||
linux: Linux
|
||||
windows: Windows
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
-
|
||||
replacements:
|
||||
darwin: Darwin
|
||||
linux: Linux
|
||||
windows: Windows
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
snapshot:
|
||||
|
|
Loading…
Reference in a new issue