From bf60010190d2aff418f9b5cb56ec9298f7d5ed12 Mon Sep 17 00:00:00 2001 From: xis Date: Sun, 22 Oct 2023 14:33:45 +0200 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 1e8469a..743fcbe 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -33,11 +33,11 @@ jobs: with: arguments: check - name: Store reports - if: ${{ failure() }} - uses: actions/upload-artifact@v3 - with: - name: reports - path: | - **/build/reports/ - **/build/test-results/ + if: ${{ failure() }} + uses: actions/upload-artifact@v3 + with: + name: reports + path: | + **/build/reports/ + **/build/test-results/