diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e382420..b86eae44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - name: Tar Build Logs if: ${{ failure() }} run: | + mkdir -p build tar -zc --ignore-failed-read --file build/buildlogs.tar.gz */build/reports */*/build/reports - name: Upload Build Logs if: ${{ failure() }}