From 1d6f4773060c98d38427b4b168e79e00ca5fec83 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:36:44 +0700 Subject: [PATCH] Skip uploading jdk for ios --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 065fb34..b75c854 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,11 +61,11 @@ jobs: export BUILD_IOS=1 bash "ci_build_arch_aarch64.sh" - - name: Upload JDK build output - uses: actions/upload-artifact@v4 - with: - name: "jdk17-ios-aarch64" - path: jdk17*.tar.xz +# - name: Upload JDK build output +# uses: actions/upload-artifact@v4 +# with: +# name: "jdk17-ios-aarch64" +# path: jdk17*.tar.xz - name: Upload JRE build output uses: actions/upload-artifact@v4