mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 04:08:01 -04:00
Fix: debug only on failure
This commit is contained in:
parent
c27fe84471
commit
c99a8b8d9c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -28,9 +28,9 @@ 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
|
- name: Setup tmate session if failed
|
||||||
if: $
|
if: ${{ failure() }}
|
||||||
uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
|
||||||
- name: Upload JRE build output
|
- name: Upload JRE build output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user