|
@ -42,11 +42,11 @@ archives: |
|
|
{{- if and (eq .Os "darwin") (eq .Arch "amd64") }}_intel{{ end }} |
|
|
{{- if and (eq .Os "darwin") (eq .Arch "amd64") }}_intel{{ end }} |
|
|
{{- if and (eq .Os "darwin") (eq .Arch "arm64") }}_apple_silicon{{ end }} |
|
|
{{- if and (eq .Os "darwin") (eq .Arch "arm64") }}_apple_silicon{{ end }} |
|
|
files: |
|
|
files: |
|
|
- src: README.md |
|
|
|
|
|
|
|
|
- src: ./README.md |
|
|
dst: . |
|
|
dst: . |
|
|
- src: LICENSE |
|
|
|
|
|
|
|
|
- src: ./LICENSE |
|
|
dst: . |
|
|
dst: . |
|
|
- src: scripts/* |
|
|
|
|
|
|
|
|
- src: ./scripts/* |
|
|
dst: scripts |
|
|
dst: scripts |
|
|
|
|
|
|
|
|
checksum: |
|
|
checksum: |
|
|