diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ca1c008..659426e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -38,6 +38,7 @@ jobs: - name: Upload attendance module lint results HTML report uses: actions/upload-artifact@v4 + if: always() with: name: attendance-lint-results-html path: attendance/build/reports/lint-results-debug.html @@ -48,6 +49,7 @@ jobs: - name: Upload auth module lint results HTML report uses: actions/upload-artifact@v4 + if: always() with: name: auth-lint-results-html path: auth/build/reports/lint-results-debug.html @@ -58,6 +60,7 @@ jobs: - name: Upload auth module lint results text report uses: actions/upload-artifact@v4 + if: always() with: name: auth-lint-results-html path: auth/build/intermediates/lint_intermediate_text_report/debug/lint-results-debug.txt