From cc29d0c67491761814d7fed75958f7bd18f493b1 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Sat, 17 Jul 2021 19:56:51 +0700 Subject: [PATCH] [Test] Push latest prebuilt gl4es 1.1.5 to repo --- .github/workflows/android.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 026bf53e0..66a8feada 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -34,7 +34,7 @@ jobs: id: gl4es-cache with: path: gl4es/libs - key: gl4es-android-shared-nodbg-attempt2-${{ steps.gl4es-sha.outputs.sha }} + key: gl4es-android-shared-nodbg-test1-${{ steps.gl4es-sha.outputs.sha }} - name: Get gl4es if: steps.gl4es-cache.outputs.cache-hit != 'true' @@ -59,7 +59,11 @@ jobs: - name: Install gl4es run: | cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/ - + mv gl4es .. + git add . + git commit -am "CI: Update gl4es" + git push + - name: Get JRE8 uses: dawidd6/action-download-artifact@v2 with: