diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index f7cdaef88..cb9836c78 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -33,7 +33,7 @@ jobs: uses: actions/cache@v2 id: gl4es-cache with: - path: gl4es/libs + path: libs key: gl4es-holy-android-shared-${{ steps.gl4es-sha.outputs.sha }} - name: Get gl4es @@ -51,8 +51,7 @@ jobs: git config --global user.email "github-actions@users.noreply.github.com" git config --global user.name "github-actions" $ANDROID_NDK_HOME/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk - cp -R gl4es-114-extra/libs/* app_pojavlauncher/src/main/jniLibs/ - mv gl4es-114-extra .. + cp -R libs/* ../app_pojavlauncher/src/main/jniLibs/ - name: Push gl4es if: github.event != 'pull_request' && steps.gl4es-cache.outputs.cache-hit != 'true'