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

This commit is contained in:
Myzel394 2025-02-14 23:32:05 +01:00
parent 5d03b4598c
commit 68be6e5904
No known key found for this signature in database
GPG Key ID: ED20A1D1D423AF3F

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