mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Update android.yml
This commit is contained in:
parent
96dd2aebf7
commit
3bc7b18ca3
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
GPLAY_KEYSTORE_PASSWORD: ${{ secrets.GPLAY_KEYSTORE_PASSWORD }}
|
||||
HGL4ES_TOKEN: ${{ secrets.READ_HGL4ES_EXTRA }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
@ -27,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Get gl4es latest commit hash
|
||||
id: gl4es-sha
|
||||
run: echo "::set-output name=sha::$(echo $(git ls-remote https://artdeell:${{secrets.READ_HGL4ES_EXTRA}}@github.com/PojavLauncherTeam/gl4es_extra_extra refs/heads/progressive_upstream_v2 | grep -io '^\S*'))"
|
||||
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*'))"
|
||||
shell: bash
|
||||
|
||||
- name: Cache gl4es
|
||||
|
Loading…
x
Reference in New Issue
Block a user