Rename amd64 and 386 filenames to match protoc
This commit is contained in:
parent
9c68385884
commit
b732cd1b05
|
|
@ -14,6 +14,6 @@ archive:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
replacements:
|
replacements:
|
||||||
amd64: x64
|
amd64: x86_64
|
||||||
386: x86
|
386: x86_32
|
||||||
darwin: osx
|
darwin: osx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue