Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Ménez committed Jan 11, 2025
1 parent e72392e commit e8359f3
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 @@ -4,6 +4,7 @@ project_name: godescribe

builds:
- id: main
main: .
binary: godescribe
goos:
- linux
Expand All @@ -15,7 +16,7 @@ builds:
archives:
- id: archive-tar
builds:
- myproject-build
- main
format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

Expand Down

0 comments on commit e8359f3

Please sign in to comment.