Skip to content

Commit

Permalink
fix goreleaser replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzuo committed May 23, 2021
1 parent 3b3dc74 commit cc81b5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ builds:
- GO111MODULE=on
archives:
- 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 cc81b5b

Please sign in to comment.