File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ builds:
2626 # env:
2727 # - CGO_ENABLED=0
2828
29- # - id: macos
30- # binary: bin/sail
31- # main: ./
32- # goos: [darwin]
33- # goarch: [amd64, arm64]
29+ - id : macos
30+ binary : bin/sail
31+ main : ./
32+ goos : [darwin]
33+ goarch : [amd64, arm64]
3434
3535archives :
36- # - id: nix
37- # ids: [linux ]
38- # name_template: '{{ .ProjectName }}_{{ .Version }}_{{ replace .Os "darwin" "macos" }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
39- # wrap_in_directory: true
40- # formats: tar.gz
41- # files:
42- # - LICENSE
36+ - id : nix
37+ ids : [macos ]
38+ name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ replace .Os "darwin" "macos" }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
39+ wrap_in_directory : true
40+ formats : tar.gz
41+ files :
42+ - LICENSE
4343
4444 - id : windows
4545 ids : [windows]
You can’t perform that action at this time.
0 commit comments