Update android.yml

This commit is contained in:
ArtDev 2021-08-17 12:59:17 +03:00 committed by GitHub
parent 8a1b137be1
commit 057f0666f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,8 @@ jobs:
run: |
cp -R vgpu/libs/* app_pojavlauncher/src/main/jniLibs/
mv vgpu ..
git config --global user.email "github-actions@users.noreply.github.com"
git config --global user.name "github-actions"
git add .
git commit -am "CI: Update vgpu"
git push