Skip to content

Commit

Permalink
Always prepare art 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 Mar 12, 2024
1 parent 245e35f commit ccbd3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/implementation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ runs:
# ${variable/character_to_replace/new_character}
# ${variable/ slash / underscore }
- name: Prepare artifact name
if: always()
shell: bash
run: |
name_input=${{inputs.xls_module}}/${{inputs.rule_ir}}
Expand Down

0 comments on commit ccbd3da

Please sign in to comment.