8000 fix: Use docs/README.md in deploy · coder/coder@472455a · GitHub
[go: up one dir, main page]

Skip to content

Commit 472455a

Browse files
committed
fix: Use docs/README.md in deploy
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 d4e26ff commit 472455a

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)
0