From 7e962003ed06fda7e2b12bd189129983c29849d1 Mon Sep 17 00:00:00 2001 From: Ting Zhu Date: Thu, 30 Nov 2023 09:17:53 +0800 Subject: [PATCH] Update regression_template.yml --- .github/workflows/regression_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_template.yml b/.github/workflows/regression_template.yml index 174974750..d8501f210 100644 --- a/.github/workflows/regression_template.yml +++ b/.github/workflows/regression_template.yml @@ -134,7 +134,7 @@ jobs: - name: Prepare Coverage GitHub Pages if: (!inputs.skip_coverage) run: >- - if [ "${{ inputs.result_affix }}" != "" ] && inputs.skip_deploy; then + if [ "${{ inputs.result_affix }}" != "" ] && ${{ inputs.skip_deploy }}; then mv ${{ inputs.cmake_path }}/coverage_report/${{ inputs.coverage_name }} \ ${{ inputs.cmake_path }}/coverage_report/${{ inputs.result_affix }} fi