From 3f22053f72a9504c4f8daabab70aecb63a474363 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 8 Jun 2025 14:02:43 +0200 Subject: [PATCH] ci: add missing braces --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index dcfbc9b0b..fee356cec 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -642,7 +642,7 @@ jobs: ;; esac # needed for target "aarch64-apple-darwin". There are two jobs, and the difference between them is whether "features" is set - if [ -z "${{ matrix.job.features" ]; then ARTIFACTS_SUFFIX='-nofeatures' ; fi + if [ -z "${{ matrix.job.features }}" ]; then ARTIFACTS_SUFFIX='-nofeatures' ; fi outputs CARGO_CMD outputs CARGO_CMD_OPTIONS outputs ARTIFACTS_SUFFIX