mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-24 03:27:12 -04:00
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:
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user