mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Fix Linux builds messing up in the final stage
This commit is contained in:
parent
83cd212f5c
commit
3fa767e3f3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ builds:
|
|||
- goos: freebsd
|
||||
goarch: arm64
|
||||
archive:
|
||||
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}{{ if .Arm }}-{{ .Arch }}v{{ .Arm }}{{ end }}"
|
||||
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
||||
format: tar.gz
|
||||
replacements:
|
||||
amd64: x64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue