fix: use single package build instead of ./...
This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
|||||||
if [ "${{ matrix.goos }}" = "windows" ]; then
|
if [ "${{ matrix.goos }}" = "windows" ]; then
|
||||||
BINARY_NAME="${BINARY_NAME}.exe"
|
BINARY_NAME="${BINARY_NAME}.exe"
|
||||||
fi
|
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:
|
sbom:
|
||||||
name: Generate SBOM
|
name: Generate SBOM
|
||||||
|
|||||||
Reference in New Issue
Block a user