fix: build path should point to main.go
Some checks failed
Release / build (push) Failing after 1m47s
Some checks failed
Release / build (push) Failing after 1m47s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user