Skip to content

Commit 1fd7bd6

Browse files
committed
goreleaser: fix paths
1 parent 268ed07 commit 1fd7bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ builds:
1313
- goos: darwin
1414
goarch: 386
1515
-
16-
main: ./cmd/ssa2srt/main.go
16+
main: ./cmd/ssa2srt/ssa2srt.go
1717
binary: ssa2srt
1818
goos:
1919
- windows
@@ -25,7 +25,7 @@ builds:
2525
- goos: darwin
2626
goarch: 386
2727
-
28-
main: ./cmd/subber/main.go
28+
main: ./cmd/subber/subber.go
2929
binary: subber
3030
goos:
3131
- windows

0 commit comments

Comments
 (0)