Skip to content

Commit

Permalink
docs: upload build reports even when build failed
Browse files Browse the repository at this point in the history
Signed-off-by: Kengo TODA <skypencil@gmail.com>
  • Loading branch information
KengoTODA authored and bigdaz committed Nov 28, 2023
1 parent 87a9a15 commit 0280eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -417,6 +417,7 @@ jobs:
run: ./gradlew build --scan
- name: Upload build reports
uses: actions/upload-artifact@v3
if: always()
with:
name: build-reports
path: build/reports/
Expand Down

0 comments on commit 0280eb7

Please sign in to comment.