From c4467ce1161bc799c5f9e2a373e231c491e93904 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 14 Mar 2021 09:45:11 +0000 Subject: [PATCH] Fix workflow error logs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78c21314..87552e03 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() }}