mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-07 19:31:14 -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:
|
||||
name: "jdk8-${{matrix.arch}}"
|
||||
path: jdk8*.tar.xz
|
||||
|
||||
|
||||
- name: Setup tmate session if failed
|
||||
if: $
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
|
||||
- name: Upload JRE build output
|
||||
|
Loading…
x
Reference in New Issue
Block a user