diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index eb1cee89..1870783e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -26,6 +26,12 @@ jobs: - name: Build with Gradle run: ./gradlew build + - name: Archive linter results + uses: actions/upload-artifact@v3 + with: + name: lint-result.html + path: app/build/reports/lint-results-debug.html + - name: Archive debug.apk uses: actions/upload-artifact@v3 with: