Add disk space check before uploading build log

This commit is contained in:
Axel Uhl
2025-10-20 20:02:25 +02:00
committed by GitHub
parent e023300c4c
commit 394ed2f56d
+1
View File
@@ -93,6 +93,7 @@ jobs:
JAVA8_HOME: ${{env.JAVA_HOME_8_X64}}
run: |
./configuration/buildAndUpdateProduct.sh -x ${{ github.event.inputs.runner_cpus == '' && '4' || github.event.inputs.runner_cpus }} ${{ github.event.inputs.skip_tests == 'true' && '-t' || '' }} ${{ github.event.inputs.local_target_platform == 'true' && '-v' || '' }} build 2>&1
- run: df -h
- name: Upload build log
uses: actions/upload-artifact@v4
if: always()