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