Skip to content

Commit

Permalink
CI: key4hep really fix artifact_name
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored and MarkusFrankATcernch committed May 30, 2023
1 parent 5dec4cb commit 91141f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91141f4

Please sign in to comment.