Skip to content

Commit f6ec447

Browse files
[Build] Switch to AngelAuraMC repos
OpenJDK and LTW building have been fixed. Play Store details will be updated when they're ready.
1 parent 442bcde commit f6ec447

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
run: |
3333
apt update && apt install wget
3434
cd app_pojavlauncher/libs
35-
wget https://github.com/PojavLauncherTeam/LTW/releases/latest/download/ltw-release.aar
35+
wget https://github.com/AngelAuraMC/LTW/releases/latest/download/ltw-release.aar
3636
3737
- name: Get JRE 8
3838
uses: dawidd6/action-download-artifact@v9
3939
with:
4040
workflow: build.yml
4141
path: app_pojavlauncher/src/main/assets/components/jre
4242
workflow_conclusion: success
43-
repo: PojavLauncherTeam/android-openjdk-build-multiarch
43+
repo: AngelAuraMC/angelauramc-openjdk-build
4444
branch: buildjre8
4545
name: jre8-pojav
4646

@@ -50,7 +50,7 @@ jobs:
5050
workflow: build.yml
5151
path: app_pojavlauncher/src/main/assets/components/jre-new
5252
workflow_conclusion: success
53-
repo: PojavLauncherTeam/android-openjdk-build-multiarch
53+
repo: AngelAuraMC/angelauramc-openjdk-build
5454
branch: buildjre17-21
5555
name: jre17-pojav
5656

@@ -60,7 +60,7 @@ jobs:
6060
workflow: build.yml
6161
path: app_pojavlauncher/src/main/assets/components/jre-21
6262
workflow_conclusion: success
63-
repo: PojavLauncherTeam/android-openjdk-build-multiarch
63+
repo: AngelAuraMC/angelauramc-openjdk-build
6464
branch: buildjre17-21
6565
name: jre21-pojav
6666

0 commit comments

Comments
 (0)