fix(release): correct build path to root (main.go at root, not cmd/) (#273)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-03 04:56:11 +00:00 committed by GitHub
parent 5f696fd252
commit 68704af131

View file

@ -52,7 +52,7 @@ jobs:
mkdir -p dist
go build -ldflags="-s -w -X main.Version=${{ github.ref_name }}" \
-o dist/core-${{ matrix.goos }}-${{ matrix.goarch }}${{ matrix.ext }} \
./cmd/core
.
- name: Upload artifact
uses: actions/upload-artifact@v4