From d40b6f9aab90a6e12954981db794777358d34e12 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Fri, 16 Jul 2021 19:33:21 +0300 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 34bc42e84..395bd4f7e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -57,7 +57,7 @@ jobs: - name: Install gl4es run: | cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/ - find . -type f -o -name "*.so" | xargs rm -f + find app_pojavlauncher/src/main/jniLibs/ -type f -o -name "*.so" | xargs rm -f - name: Get JRE8 uses: dawidd6/action-download-artifact@v2