fix: use module name instead of file path
Some checks failed
Release / build (push) Failing after 31s
Some checks failed
Release / build (push) Failing after 31s
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
arch=${p#*/}
|
||||
ext=""
|
||||
[ "$os" = "windows" ] && ext=".exe"
|
||||
GOOS=$os GOARCH=$arch go build -o "yoo-${os}-${arch}${ext}" ./cmd/yoyo/main.go
|
||||
GOOS=$os GOARCH=$arch go build -o "yoo-${os}-${arch}${ext}" github.com/titor/fanyi
|
||||
done
|
||||
|
||||
- name: Checksums
|
||||
|
||||
Reference in New Issue
Block a user