8000 fix: remove outdated doc paths in goreleaser by jsjoeio · Pull Request #1633 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: remove outdated doc paths in goreleaser #1633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: remove outdated doc paths in goreleaser
It appears we were manually moving the `README.md`. This should have been updated in #1630 but slipped through CI
  • Loading branch information
jsjoeio authored May 20, 2022
commit 8dc350c902e4b28d4defb3591cbef8e2231a51ec
9 changes: 0 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
0