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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-03 04:53:43 +00:00
parent 5f696fd252
commit 045533a674

View file

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