Skip to content

Commit 63916b6

Browse files
authored
fix: Use docs/README.md in deploy (#875)
The release build should probably dry-run in CI, but it's rare for files like README.md to move so we can punt that to the future!
1 parent 5ae71f0 commit 63916b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ archives:
33
builds:
44
- coder
55
files:
6-
- README.md
6+
- src: docs/README.md
7+
dst: README.md
78
format_overrides:
89
- goos: windows
910
format: zip

0 commit comments

Comments
 (0)