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