Skip to content

Commit bbb7d5b

Browse files
change goreleaser config file to reflect cli folder move
1 parent dda3eae commit bbb7d5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ builds:
2020

2121
# Note: We only use goreleaser for the CLI,
2222
# so we have to go into the "cli" directory.
23-
dir: cli
23+
dir: cli/html2markdown
2424
binary: html2markdown
2525

2626
archives:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Binaries are automatically built via [GoReleaser](https://goreleaser.com/) and a
240240
To build locally (requires Go):
241241

242242
```bash
243-
go build -o html2markdown ./cli
243+
go build ./cli/html2markdown
244244
```
245245

246246
### Version

0 commit comments

Comments
 (0)