From 18c95c5649db22da4f5cd4836d2fa413a8116962 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 29 Apr 2025 22:55:50 -0400 Subject: [PATCH] fix quoting --- .github/workflows/build-dendrite-demos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dendrite-demos.yml b/.github/workflows/build-dendrite-demos.yml index 3f1cfb5..b95592c 100644 --- a/.github/workflows/build-dendrite-demos.yml +++ b/.github/workflows/build-dendrite-demos.yml @@ -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:"