mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 13:45:30 -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
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: jdk8
|
||||
name: "jdk8-${{matrix.arch}}"
|
||||
path: jdk8*.tar.xz
|
||||
|
||||
- name: Upload JRE build output
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: jre
|
||||
name: 'jre8-${{matrix.arch}}'
|
||||
path: jre8*.tar.xz
|
||||
|
||||
- name: Upload JRE debuginfo build output
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: debuginfo_jre8
|
||||
name: "jre8-debuginfo-${{matrix.arch}}"
|
||||
path: dizout
|
||||
|
Loading…
x
Reference in New Issue
Block a user