Skip to content

Commit

Permalink
alter release name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed May 20, 2017
1 parent bb00d68 commit 445dba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion goreleaser.yml
@@ -1,5 +1,5 @@
# goreleaser.yml

# https://github.com/goreleaser/goreleaser
build:
main: cmd/misspell/main.go
binary: misspell
Expand All @@ -16,6 +16,7 @@ build:
goarch: 386

archive:
name: {{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
replacements:
amd64: 64bit
386: 32bit
Expand Down

0 comments on commit 445dba4

Please sign in to comment.