From 8e7ea27609de25c17615efa14aa4161b37119bd8 Mon Sep 17 00:00:00 2001 From: alexytomi <60690056+alexytomi@users.noreply.github.com> Date: Fri, 19 Dec 2025 08:25:54 +0800 Subject: [PATCH] fix: Grab JRE from any completed run This stops it from failing if we only have cancelled or errored runs but still have android jre artifacts --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 169a45bd4..838d4f385 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -33,7 +33,7 @@ jobs: with: workflow: build.yml path: app_pojavlauncher/src/main/assets/components/jre - workflow_conclusion: success + workflow_conclusion: completed repo: AngelAuraMC/angelauramc-openjdk-build branch: buildjre8 name: jre8-pojav @@ -43,7 +43,7 @@ jobs: with: workflow: build.yml path: app_pojavlauncher/src/main/assets/components/jre-new - workflow_conclusion: success + workflow_conclusion: completed repo: AngelAuraMC/angelauramc-openjdk-build branch: buildjre17-21 name: jre17-pojav @@ -53,7 +53,7 @@ jobs: with: workflow: build.yml path: app_pojavlauncher/src/main/assets/components/jre-21 - workflow_conclusion: success + workflow_conclusion: completed repo: AngelAuraMC/angelauramc-openjdk-build branch: buildjre17-21 name: jre21-pojav