From 3d5554fa903395b9999bdb9aab83a06449dbb054 Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Tue, 8 Oct 2024 03:33:55 +0300 Subject: [PATCH] Upload build directory and core dumps. --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f712ef42900..d0bc94730af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,6 +124,14 @@ jobs: run: | source $GITHUB_WORKSPACE/scripts/ci/print_logs.sh if: failure() # only run this job if the build step failed + - name: "Upload build directory" + uses: actions/upload-artifact@v3 + if: failure() + with: + name: dump-${{ matrix.platform }} + path: | + build/** + /var/crash/** Test-Release-Artifacts: needs: Package-Binary-Release