fix: use relative path for build instead of module name
Some checks failed
Release / build (push) Failing after 48s

This commit is contained in:
2026-04-07 08:23:19 +08:00
parent 9b0a5dcb4c
commit a4f3f1fef3

View File

@@ -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