Skip to content

Commit 54afc06

Browse files
authored
No commit message
Signed-off-by: Tech by MahdinOG <183899034+Mahdin4sure@users.noreply.github.com>
1 parent 5e969a6 commit 54afc06

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/android.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ jobs:
2929
java-version: '21'
3030

3131
- name: Get LTW
32-
uses: dawidd6/action-download-artifact@v6
33-
continue-on-error: true
34-
with:
35-
repo: MojoLauncher/LTW
36-
run_id: 20699056437
37-
name: output-aar
38-
path: app_pojavlauncher/libs
32+
run: |
33+
sudo apt update && sudo apt install -y wget
34+
mkdir -p app_pojavlauncher/libs
35+
cd app_pojavlauncher/libs
36+
wget https://github.com/Copper-launcher/LTW/releases/latest/download/ltw-release.aar
3937
4038
- name: Get JRE8
4139
uses: dawidd6/action-download-artifact@v6

0 commit comments

Comments
 (0)