mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-07 19:31:14 -04:00
allow debugging
This commit is contained in:
parent
648b6a22f6
commit
4861f53e1b
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user