From 4861f53e1be0b6209e9e8c47f056cbc3a592b02d Mon Sep 17 00:00:00 2001 From: Boulay Mathias Date: Mon, 1 May 2023 09:56:21 +0200 Subject: [PATCH] allow debugging --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1da40ab..744d66a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,12 @@ jobs: with: name: "jdk8-${{matrix.arch}}" path: jdk8*.tar.xz + + - uses: actions/checkout@v3 + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + - name: Upload JRE build output uses: actions/upload-artifact@v2 with: