Skip to content

Commit

Permalink
Fix artifact name
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Czyz <[email protected]>
  • Loading branch information
mczyz-antmicro committed Apr 3, 2024
1 parent 78d7b11 commit 36c9e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xls-modules-dma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 36c9e75

Please sign in to comment.