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:
|
dependencies:
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
signs:
|
signs:
|
||||||
artifacts: checksum
|
-
|
||||||
|
artifacts: checksum
|
||||||
archives:
|
archives:
|
||||||
replacements:
|
-
|
||||||
darwin: Darwin
|
replacements:
|
||||||
linux: Linux
|
darwin: Darwin
|
||||||
windows: Windows
|
linux: Linux
|
||||||
386: i386
|
windows: Windows
|
||||||
amd64: x86_64
|
386: i386
|
||||||
|
amd64: x86_64
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
|
|
Loading…
Reference in a new issue