From f1be80c49140d2fc5e8f082b0a0b81a460350769 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Wed, 17 Mar 2021 17:14:29 +0700 Subject: [PATCH] Separate files --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c95475..b2a9518 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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