mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Change paths 2
This commit is contained in:
parent
4795bfd47f
commit
6c94eb1b89
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user