diff --git a/.github/workflows/xls-modules-dma.yml b/.github/workflows/xls-modules-dma.yml index 943236a5c4..0ffcb99a2b 100644 --- a/.github/workflows/xls-modules-dma.yml +++ b/.github/workflows/xls-modules-dma.yml @@ -214,7 +214,7 @@ jobs: if: always() shell: bash run: | - name_input=${{env.XLS_MODULE}}/${{ matrix.ir }} + name_input=${{env.XLS_MODULE}}/${{ matrix.rules.ir }} name_output="${name_input//\//_}" echo "artifact_name=${name_output}" >> "$GITHUB_ENV"