fix: build path should point to main.go
Some checks failed
Release / build (push) Failing after 1m47s

This commit is contained in:
2026-04-07 08:06:56 +08:00
parent 1d12134314
commit a3bc91bdaf

View File

@@ -30,7 +30,7 @@ jobs:
ext=""
[ "$os" = "windows" ] && ext=".exe"
output="yoo-${os}-${arch}${ext}"
GOOS=$os GOARCH=$arch go build -o "$output" ./cmd/yoyo
GOOS=$os GOARCH=$arch go build -o "$output" ./cmd/yoyo/main.go
done
- name: Checksums