Separate files

This commit is contained in:
Duy Tran Khanh 2021-03-17 17:14:29 +07:00 committed by GitHub
parent 56589a7ae0
commit f1be80c491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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