Skip to content

Commit

Permalink
fix typo in README.md
Browse files Browse the repository at this point in the history
Update ci.yml

Update release.yml
  • Loading branch information
dreamjz committed Nov 23, 2023
1 parent 210abbc commit 0d26f85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: CI
on:
workflow_call:
push:
branches:
- main
Expand Down Expand Up @@ -30,4 +31,4 @@ jobs:
args: --verbose --timeout=3m --issues-exit-code=1

- name: Test
run: go test -v ./... -race -covermode=atomic
run: go test -v ./... -race -covermode=atomic
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
draft: true
files: |-
sub_renamer_windows_amd64.zip
sub_renamer_linux_amd64.tar.gz
sub_renamer_linux_amd64.tar.gz
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CLI tool to auto-rename subtitle files for matched video files.
### Using `go`

```sh
$ go install https://github.com/acgtools/sub-renamer@latest
$ go install github.com/acgtools/sub-renamer@latest
```

### Download from releases
Expand Down

0 comments on commit 0d26f85

Please sign in to comment.