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
This commit is contained in:
alexytomi
2025-12-19 08:25:54 +08:00
parent 79e88cf6d5
commit 8e7ea27609

View File

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