Skip to content

Commit

Permalink
Fix test artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Jan 10, 2024
1 parent 6bc6e64 commit 95b017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- uses: actions/upload-artifact@v2
if: failure()
with:
name: tds_JUnit_Results_${{ github.sha }}_AdoptOpenJDK-HS-${{ matrix.java }}-matrix.servletcontainer }}
name: tds_JUnit_Results_${{ github.sha }}_AdoptOpenJDK-HS-${{ matrix.java }}-${{ matrix.servletcontainer }}
path: build/reports/allTests

0 comments on commit 95b017a

Please sign in to comment.