fix quoting

This commit is contained in:
eyedeekay
2025-04-29 22:55:50 -04:00
parent f3dfc0c9fb
commit 18c95c5649

View File

@ -46,7 +46,7 @@ jobs:
# Build all commands in contrib/
export CGO_ENABLED=0
go build -trimpath -ldflags="-s -w -extldflags '-static'" -o "${{ env.BUILD_DIR }}/" "./contrib/...
go build -trimpath -ldflags="-s -w -extldflags '-static'" -o "${{ env.BUILD_DIR }}/" ./contrib/...
# Verify builds
echo "Built binaries:"