We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1064b commit 6b09749Copy full SHA for 6b09749
.goreleaser-release.yaml
@@ -98,8 +98,8 @@ release:
98
# All non-Linux files should just be used as is. We have to import the Linux
99
# builds so that the docker images get built and package creation works.
100
extra_files:
101
- - glob: ./artifacts/coder_*_darwin*
102
- - glob: ./artifacts/coder_*_windows*
+ - glob: ./artifacts/coder_*_darwin*/coder
+ - glob: ./artifacts/coder_*_windows*/coder.exe
103
104
snapshot:
105
name_template: "{{ .Version }}-devel+{{ .ShortCommit }}"
0 commit comments