Update .goreleaser.yaml
All checks were successful
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Successful in 2m31s

This commit is contained in:
2025-01-13 01:58:44 +00:00
parent ad48f15a35
commit 97d2a892f0

View File

@@ -29,7 +29,7 @@ builds:
main: ./uberbringer.go main: ./uberbringer.go
binary: uberbringer binary: uberbringer
ldflags: ldflags:
- -w -X git.anomalous.dev/57_Wolve/uberbringer/config.Version={{.Version}} -X git.anomalous.dev/57_Wolve/uberbringer/config.Build={{.ShortCommit}} -X git.anomalous.dev/57_Wolve/uberbringer/config.SentryDSN=https://70209de06de24662a0f43b47a99de86b@sentry.alphacentri.com/2 - -w -X uberbringer/config.Version={{.Version}} -X uberbringer/config.Build={{.ShortCommit}} -X uberbringer/config.SentryDSN=https://70209de06de24662a0f43b47a99de86b@sentry.alphacentri.com/2
archives: archives:
- -
# Can be used to change the archive formats for specific GOOSs. # Can be used to change the archive formats for specific GOOSs.