Skip to content

Commit

Permalink
Fix .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spiegel-im-spiegel committed Feb 18, 2023
1 parent 2496183 commit 998b6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ archives:
format: zip
name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}64bit
{{- else if eq .Arch "386" }}32bit
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tasks:
build-all:
desc: Build executable binary with GoReleaser.
cmds:
- goreleaser --snapshot --skip-publish --clean
- goreleaser release --snapshot --skip-publish --clean

test:
desc: Test and lint.
Expand Down

0 comments on commit 998b6fc

Please sign in to comment.