Skip to content

Commit 6b09749

Browse files
committed
fixup! chore: add dry-run functionality to release workflow
1 parent ec1064b commit 6b09749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ release:
9898
# All non-Linux files should just be used as is. We have to import the Linux
9999
# builds so that the docker images get built and package creation works.
100100
extra_files:
101-
- glob: ./artifacts/coder_*_darwin*
102-
- glob: ./artifacts/coder_*_windows*
101+
- glob: ./artifacts/coder_*_darwin*/coder
102+
- glob: ./artifacts/coder_*_windows*/coder.exe
103103

104104
snapshot:
105105
name_template: "{{ .Version }}-devel+{{ .ShortCommit }}"

0 commit comments

Comments
 (0)