Skip to content

Commit

Permalink
Always run artifact uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 20, 2024
1 parent 058020d commit e73eb88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e73eb88

Please sign in to comment.