Skip to content

Commit

Permalink
Don't wrap release asset in a directory to fix update process. (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
phamann authored Apr 24, 2020
1 parent a537476 commit ff07812
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ archives:
builds: [macos, linux]
<<: &archive_defaults
name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
wrap_in_directory: true
files:
- none*
wrap_in_directory: false
format: tar.gz
- id: windows
builds: [windows]
Expand Down

0 comments on commit ff07812

Please sign in to comment.