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