Skip to content

Commit

Permalink
Now upload entire build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
marracuene committed Jun 23, 2020
1 parent c82fb90 commit 290a6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- uses: actions/upload-artifact@v2
if: failure()
with:
name: testreports
path: build/reports/tests
name: wholebuild #testreports
path: build #build/reports/tests

0 comments on commit 290a6d9

Please sign in to comment.