Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #7 from furusax0621:fix-release-archive
Browse files Browse the repository at this point in the history
fix release archive
  • Loading branch information
furusax0621 authored Nov 17, 2023
2 parents 7453c68 + 7396af4 commit dc6452e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ archives:
name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{ title .Os }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit dc6452e

Please sign in to comment.