Skip to content

Commit

Permalink
Correct set of env var
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 13, 2024
1 parent ccbd3da commit a002a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/implementation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
run: |
name_input=${{inputs.xls_module}}/${{inputs.rule_ir}}
name_output="${name_input//\//_}"
echo "{artifact_name}={${name_output}}" >> "$GITHUB_ENV"
echo "artifact_name=${name_output}" >> "$GITHUB_ENV"
- name: Artifacts
if: always()
Expand Down

0 comments on commit a002a7a

Please sign in to comment.