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

Commit

Permalink
Modifying goreleaser config for new goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
zph committed Jul 20, 2019
1 parent ff9903f commit b42d75a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ build:
- darwin
- linux

archive:
name_template: "{{.BinaryName}}_{{.Os}}_{{.Arch}}"
archives:
- id: "{{.BinaryName}}_{{.Os}}_{{.Arch}}"
format: zip

replacements:
darwin: darwin
linux: linux
# replacements:
# darwin: darwin
# linux: linux

0 comments on commit b42d75a

Please sign in to comment.