From e4d10b4a651cb9e7fbc90798e4aed3ca66e644a1 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Thu, 12 Oct 2023 10:38:21 -0400 Subject: [PATCH] Fix command --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b5957d2a..05993bdd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,7 +73,7 @@ jobs: - name: Verify Binary run: | - .tmp/bin/conformance_test_runner --help 2>&1 | grep 'Usage: conformance-test-runner \[options\] ' || { echo "Build looks broken"; exit 1 } + .tmp/bin/conformance_test_runner --help 2>&1 | grep 'Usage: conformance-test-runner \[options\] ' || { echo "Build looks broken"; exit 1; } - name: Copy Protos run: | @@ -135,7 +135,7 @@ jobs: - name: Verify Binary run: | - .tmp/bin/conformance_test_runner --help 2>&1 | grep 'Usage: conformance-test-runner \[options\] ' || { echo "Build looks broken"; exit 1 } + .tmp/bin/conformance_test_runner --help 2>&1 | grep 'Usage: conformance-test-runner \[options\] ' || { echo "Build looks broken"; exit 1; } - name: Copy Protos run: |