Skip to content

Commit

Permalink
Use Job name in name of uploaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 11, 2024
1 parent b6c0196 commit 06480bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/main-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ runs:
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: ${{ always() }}
with:
name: Open Test Reports (${{ github.job }})
name: Open Test Reports (${{ github.job.name }})
path: '**/build/reports/open-test-report.html'
4 changes: 2 additions & 2 deletions .github/workflows/cross-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: ${{ always() }}
with:
name: Open Test Reports (${{ github.job }})
name: Open Test Reports (${{ github.job.name }})
path: '**/build/reports/open-test-report.html'
openj9:
strategy:
Expand Down Expand Up @@ -110,5 +110,5 @@ jobs:
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: ${{ always() }}
with:
name: Open Test Reports (${{ github.job }})
name: Open Test Reports (${{ github.job.name }})
path: '**/build/reports/open-test-report.html'

0 comments on commit 06480bd

Please sign in to comment.