mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-13 14:15:44 -04:00
Separate files
This commit is contained in:
parent
56589a7ae0
commit
f1be80c491
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -26,17 +26,17 @@ jobs:
|
|||||||
- name: Upload JDK build output
|
- name: Upload JDK build output
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: jdk8
|
name: "jdk8-${{matrix.arch}}"
|
||||||
path: jdk8*.tar.xz
|
path: jdk8*.tar.xz
|
||||||
|
|
||||||
- name: Upload JRE build output
|
- name: Upload JRE build output
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: jre
|
name: 'jre8-${{matrix.arch}}'
|
||||||
path: jre8*.tar.xz
|
path: jre8*.tar.xz
|
||||||
|
|
||||||
- name: Upload JRE debuginfo build output
|
- name: Upload JRE debuginfo build output
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: debuginfo_jre8
|
name: "jre8-debuginfo-${{matrix.arch}}"
|
||||||
path: dizout
|
path: dizout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user