allow debugging

This commit is contained in:
Boulay Mathias 2023-05-01 09:56:21 +02:00 committed by GitHub
parent 648b6a22f6
commit 4861f53e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: