Update android.yml

This commit is contained in:
ArtDev 2023-04-04 19:49:37 +03:00 committed by GitHub
parent 3bc7b18ca3
commit aa3fc18842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,8 @@ jobs:
- name: Get gl4es latest commit hash - name: Get gl4es latest commit hash
id: gl4es-sha 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 shell: bash
- name: Cache gl4es - name: Cache gl4es
@ -44,6 +45,7 @@ jobs:
with: with:
token: '${{secrets.READ_HGL4ES_EXTRA}}' token: '${{secrets.READ_HGL4ES_EXTRA}}'
repository: 'PojavLauncherTeam/gl4es_extra_extra' repository: 'PojavLauncherTeam/gl4es_extra_extra'
ref: 'progressive_upstream_v2'
path: 'gl4es' path: 'gl4es'
- name: Build gl4es - name: Build gl4es