From 290a6d97b87276f7f2dff31edb0abd04e46dd111 Mon Sep 17 00:00:00 2001 From: marracuene Date: Tue, 23 Jun 2020 22:19:21 +0200 Subject: [PATCH] Now upload entire build folder --- .github/workflows/gradle-build-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-build-pr.yml b/.github/workflows/gradle-build-pr.yml index 4add74b5..294149e9 100644 --- a/.github/workflows/gradle-build-pr.yml +++ b/.github/workflows/gradle-build-pr.yml @@ -22,5 +22,5 @@ jobs: - uses: actions/upload-artifact@v2 if: failure() with: - name: testreports - path: build/reports/tests \ No newline at end of file + name: wholebuild #testreports + path: build #build/reports/tests \ No newline at end of file