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/