Change paths 2

This commit is contained in:
ArtDev 2022-04-06 16:51:53 +03:00 committed by GitHub
parent 4795bfd47f
commit 6c94eb1b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'