docs: upload build reports even when build failed

Signed-off-by: Kengo TODA <skypencil@gmail.com>
This commit is contained in:
Kengo TODA 2023-11-23 09:34:35 +08:00 committed by Kengo TODA
parent 9bca466e27
commit 49fcb1d4e3

View file

@ -417,6 +417,7 @@ jobs:
run: ./gradlew build --scan run: ./gradlew build --scan
- name: Upload build reports - name: Upload build reports
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
if: always()
with: with:
name: build-reports name: build-reports
path: build/reports/ path: build/reports/