mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-14 14:46:13 -04:00
allow to debug the container when it fails
This commit is contained in:
parent
6d6dddb811
commit
c27fe84471
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -28,6 +28,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: "jdk8-${{matrix.arch}}"
|
name: "jdk8-${{matrix.arch}}"
|
||||||
path: jdk8*.tar.xz
|
path: jdk8*.tar.xz
|
||||||
|
|
||||||
|
- name: Setup tmate session if failed
|
||||||
|
if: $
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
|
||||||
- name: Upload JRE build output
|
- name: Upload JRE build output
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user