Skip to content

Commit a3f2acc

Browse files
committed
Fix testing standalone windows build being added to release
1 parent 2730f29 commit a3f2acc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ archives:
9191
- standalone
9292
format: binary
9393
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if eq .Os "darwin" }}.zip{{ end }}'
94+
format_overrides:
95+
# Skip the windows standalone build, as it is not ready yet
96+
- goos: windows
97+
format: none
9498

9599
checksum:
96100
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)