cicd: Goreleaser removed support for archive name replacements

This commit is contained in:
jamesread 2023-07-14 11:14:41 +01:00
parent c611c5c749
commit b78065e23c
1 changed files with 0 additions and 4 deletions

View File

@ -74,10 +74,6 @@ archives:
- OliveTin.service - OliveTin.service
- ./var/ - ./var/
replacements:
darwin: macOS
arm: arm32v
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ .Arm }}" name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ .Arm }}"
wrap_in_directory: true wrap_in_directory: true