mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user