mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 20:25:48 -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:
|
with:
|
||||||
name: "jdk8-${{matrix.arch}}"
|
name: "jdk8-${{matrix.arch}}"
|
||||||
path: jdk8*.tar.xz
|
path: jdk8*.tar.xz
|
||||||
|
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Setup tmate session
|
||||||
|
if: ${{ failure() }}
|
||||||
|
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