Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Use tar.gz for releases not zip
Browse files Browse the repository at this point in the history
  • Loading branch information
zph committed Jul 20, 2019
1 parent b42d75a commit 80eb785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:

archives:
- id: "{{.BinaryName}}_{{.Os}}_{{.Arch}}"
format: zip
format: tar.gz

# replacements:
# darwin: darwin
Expand Down

0 comments on commit 80eb785

Please sign in to comment.