Skip to content

Commit

Permalink
chore: change release settings [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed May 19, 2022
1 parent da922aa commit 6d9ae91
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ builds:
binary: dljdk
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
darwin: darwin
linux: linux
windows: win
amd64: x64
arm64: arm64
format_overrides:
- goos: windows
format: binary
snapshot:
name_template: SNAPSHOT-{{ .Commit }}
changelog:
Expand Down

0 comments on commit 6d9ae91

Please sign in to comment.