Skip to content

Commit

Permalink
fix(ci): append g4units to avoid artifact name clash
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored and MarkusFrankATcernch committed Feb 13, 2024
1 parent 2261b64 commit c8440a1
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 @@ -235,7 +235,7 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: Test Results ${{ env.ARTIFACT_NAME }}
name: Test Results ${{ env.ARTIFACT_NAME }} (g4units)
path: |
/home/runner/work/DD4hep/DD4hep/build/TestResults_1.xml
/home/runner/work/DD4hep/DD4hep/examples/build/TestResults_2.xml
Expand Down

0 comments on commit c8440a1

Please sign in to comment.