Skip to content
Snippets Groups Projects
Commit 91141f4e authored by Andre Sailer's avatar Andre Sailer Committed by MarkusFrankATcernch
Browse files

CI: key4hep really fix artifact_name

parent 5dec4cb0
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ jobs:
- name: Prepare Artifact Name
if: success() || failure()
run: |
artifact_name="${{ matrix.view_path }}"
artifact_name="${{ matrix.view-path }}"
artifact_name=$(echo -n "${artifact_name}" | sed -e 's@/@@g')
echo "ARTIFACT_NAME=${artifact_name}" >> $GITHUB_ENV
- name: Upload test results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment