fix: use single package build instead of ./...

This commit is contained in:
2025-12-11 19:15:49 +01:00
parent 914307ac8f
commit abb23ce056

View File

@@ -86,7 +86,7 @@ jobs:
if [ "${{ matrix.goos }}" = "windows" ]; then
BINARY_NAME="${BINARY_NAME}.exe"
fi
go build -ldflags="-s -w" -o dist/${BINARY_NAME}-${{ matrix.goos }}-${{ matrix.goarch }} ./...
go build -ldflags="-s -w" -o dist/${BINARY_NAME}-${{ matrix.goos }}-${{ matrix.goarch }} .
sbom:
name: Generate SBOM