Skip to content

Commit

Permalink
Merge pull request #20679 from famod/upload-gc-failure
Browse files Browse the repository at this point in the history
Try to prevent path failure during 'Upload gc.log' in Windows job
  • Loading branch information
gsmet authored Oct 12, 2021
2 parents 88f9c1d + 6fb6c9a commit 580523a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: "GC log - JDK ${{matrix.java.name}}"
path: "**/windows-java-11.txt"
path: |
**/windows-java-11.txt
!**/build/tmp/**
maven-tests:
name: Maven Tests - JDK ${{matrix.java.name}}
Expand Down

0 comments on commit 580523a

Please sign in to comment.