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

CI: fix naming of artifacts for key4hep jobs

parent 02e8ee68
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ jobs: ...@@ -127,7 +127,7 @@ jobs:
- name: Prepare Artifact Name - name: Prepare Artifact Name
if: success() || failure() if: success() || failure()
run: | run: |
artifact_name="${{ matrix.LCG }}" artifact_name="${{ matrix.view_path }}"
artifact_name=$(echo -n "${artifact_name}" | sed -e 's@/@@g') artifact_name=$(echo -n "${artifact_name}" | sed -e 's@/@@g')
echo "ARTIFACT_NAME=${artifact_name}" >> $GITHUB_ENV echo "ARTIFACT_NAME=${artifact_name}" >> $GITHUB_ENV
- name: Upload test results - 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