Skip to content

Commit

Permalink
Disable release creation for windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
StiviiK committed Sep 14, 2023
1 parent 27f4d1e commit 5be019e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .goreleaser-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ builds:
- -s -w
- -X go.szostok.io/version.version={{.Version}}
- -X go.szostok.io/version.buildDate={{.Date}}
checksum:
name_template: 'windows_checksums.txt'

snapshot:
name_template: "{{ incpatch .Version }}"
Expand All @@ -33,7 +31,10 @@ changelog:
archives:
- name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: zip


release:
disable: true # Linux runner will publish the release (including the windows binaries)

# Re-enable when https://github.com/goreleaser/goreleaser/issues/4292 is fixed
# chocolateys:
# - name: azctx
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
- -X go.szostok.io/version.version={{.Version}}
- -X go.szostok.io/version.buildDate={{.Date}}
checksum:
name_template: 'linux_darwin_checksums.txt'
name_template: 'checksums.txt'

snapshot:
name_template: "{{ incpatch .Version }}"
Expand Down

0 comments on commit 5be019e

Please sign in to comment.