Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit b239d06

Browse files
authored
[Actions] Remove private token and use public release (#6742)
1 parent 3733f9c commit b239d06

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,10 @@ jobs:
2727
java-version: '8'
2828

2929
- name: Get LTW
30-
uses: dawidd6/action-download-artifact@v2
31-
continue-on-error: true
32-
with:
33-
github_token: ${{secrets.LTW_CLONER_SECRET}}
34-
repo: PojavLauncherTeam/BigTinyWrapper
35-
workflow: android.yml
36-
workflow_conclusion: success
37-
name: output-aar
38-
path: app_pojavlauncher/libs
39-
allow_forks: false
30+
run: |
31+
apt update && apt install wget
32+
cd app_pojavlauncher/libs
33+
wget https://github.com/PojavLauncherTeam/LTW/releases/latest/download/ltw-release.aar
4034
4135
- name: Get JRE 8
4236
uses: dawidd6/action-download-artifact@v2

0 commit comments

Comments
 (0)