From 487658762fe85733d721a69094575893087031f6 Mon Sep 17 00:00:00 2001 From: Richard Tingle <6330028+richardTingle@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:56:37 +0100 Subject: [PATCH] #2279 Try to understand jme crash --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b98238531f..ac6ce71635 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -95,6 +95,12 @@ jobs: with: name: screenshot-test-report path: '**/jme3-screenshot-tests/build/reports/**' + - name: Upload error logs + if: always() # Ensures this step runs even if previous steps fail + uses: actions/upload-artifact@v3 + with: + name: hs_err_logs + path: /home/runner/work/jmonkeyengine/jmonkeyengine/jme3-screenshot-tests/hs_err_pid*.log # Build the natives on android BuildAndroidNatives: name: Build natives for android