From a32033596888bb261f76a06a53c63610b57f2c8d Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 17 Nov 2024 22:58:37 -0800 Subject: [PATCH] f1 Signed-off-by: Cary Phillips --- .github/workflows/ci_steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_steps.yml b/.github/workflows/ci_steps.yml index 522583ac9..3cf4f17fd 100644 --- a/.github/workflows/ci_steps.yml +++ b/.github/workflows/ci_steps.yml @@ -90,7 +90,7 @@ jobs: -DOPENEXR_RUN_FUZZ_TESTS='OFF' \ -DCMAKE_VERBOSE_MAKEFILE='ON'" echo "CMAKE_COMMAND=$CMAKE_COMMAND" >> $GITHUB_ENV - echo "INSTALL_MANIFEST=$(echo '_build/install_manifest.${{ inputs.os }}' | cut -d'-').${{ inputs.build }}.txt" >> $GITHUB_ENV + echo "INSTALL_MANIFEST=$(echo '_build/install_manifest.${{ inputs.os }}' | cut -d'-' -f1).${{ inputs.build }}.txt" >> $GITHUB_ENV echo working-directory: _build shell: bash