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

This commit is contained in:
2026-04-07 08:17:19 +08:00
parent cdf661734f
commit 6fbf9a68cf

View File

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