Skip to content

Commit

Permalink
バイナリ名をnostrhに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
studiokaiji committed Aug 21, 2023
1 parent 1330200 commit 39ae80a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cli/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
binary: nostrh
goos:
- linux
- windows
Expand All @@ -26,19 +27,18 @@ archives:
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

- "^docs:"
- "^test:"
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down

0 comments on commit 39ae80a

Please sign in to comment.