Skip to content

Commit

Permalink
fix releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jurekbarth committed Sep 6, 2018
1 parent 6748d83 commit c3aa3d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.DS_Store
/dist
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ builds:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
darwin: darwin
linux: linux
windows: windows
386: i386
amd64: x86_64
amd64: amd64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit c3aa3d4

Please sign in to comment.