mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 11:50:34 -04:00
Fix: debug only on failure
This commit is contained in:
parent
c27fe84471
commit
c99a8b8d9c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
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