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:
parent
5f696fd252
commit
045533a674
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue