fix: remove outdated doc paths in goreleaser (#1633)

It appears we were manually moving the `README.md`. This should have been updated in https://github.com/coder/coder/pull/1630 but slipped through CI
This commit is contained in:
Joe Previte
2022-05-20 19:02:38 +00:00
committed by GitHub
parent e40c68399d
commit 3653fcf256
-9
View File
@@ -2,23 +2,14 @@ archives:
- id: coder-linux
builds: [coder-linux]
format: tar.gz
files:
- src: docs/README.md
dst: README.md
- id: coder-darwin
builds: [coder-darwin]
format: zip
files:
- src: docs/README.md
dst: README.md
- id: coder-windows
builds: [coder-windows]
format: zip
files:
- src: docs/README.md
dst: README.md
before:
hooks: