Skip to content

Commit

Permalink
Merge pull request #15 from Treblle/feature/chocolatey-push
Browse files Browse the repository at this point in the history
chore: adding tag to archive name
  • Loading branch information
JustSteveKing authored Sep 25, 2024
2 parents fdc55df + 2820f5d commit 7b1a580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ archives:
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{ .Tag }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
Expand Down

0 comments on commit 7b1a580

Please sign in to comment.