mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Update android.yml
This commit is contained in:
parent
3bc7b18ca3
commit
aa3fc18842
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -28,7 +28,8 @@ jobs:
|
||||
|
||||
- name: Get gl4es latest commit hash
|
||||
id: gl4es-sha
|
||||
run: echo "::set-output name=sha::$(echo $(git ls-remote https://artdeell:${HGL4ES_TOKEN}@github.com/PojavLauncherTeam/gl4es_extra_extra refs/heads/progressive_upstream_v2 | grep -io '^\S*'))"
|
||||
run: |
|
||||
echo "sha=$(git ls-remote https://artdeell:${HGL4ES_TOKEN}@github.com/PojavLauncherTeam/gl4es_extra_extra refs/heads/progressive_upstream_v2 | grep -io '^\S*')" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
- name: Cache gl4es
|
||||
@ -44,6 +45,7 @@ jobs:
|
||||
with:
|
||||
token: '${{secrets.READ_HGL4ES_EXTRA}}'
|
||||
repository: 'PojavLauncherTeam/gl4es_extra_extra'
|
||||
ref: 'progressive_upstream_v2'
|
||||
path: 'gl4es'
|
||||
|
||||
- name: Build gl4es
|
||||
|
Loading…
x
Reference in New Issue
Block a user