chore(ci-cd): Update .goreleaser.yaml config

Signed-off-by: Myzel394 <github.7a2op@simplelogin.co>
This commit is contained in:
Myzel394 2025-02-14 23:32:05 +01:00 committed by Myzel394
parent 00976cec95
commit 437985d72f
No known key found for this signature in database
GPG Key ID: B603E877F73D4ABB

View File

@ -19,7 +19,7 @@ builds:
dir: ./server dir: ./server
archives: archives:
- format: tar.gz - formats: [ 'tar.gz' ]
# this name template makes the OS and Arch compatible with the results of `uname`. # this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >- name_template: >-
{{ .ProjectName }}_ {{ .ProjectName }}_
@ -31,7 +31,7 @@ archives:
# use zip for windows archives # use zip for windows archives
format_overrides: format_overrides:
- goos: windows - goos: windows
format: zip formats: [ 'zip' ]
changelog: changelog:
sort: asc sort: asc