1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-10 23:41:38 +09:00

Update build.yml

This commit is contained in:
areteruhiro 2025-01-15 18:39:50 +09:00 committed by GitHub
parent 45e40dba0b
commit 3033077ab3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,10 +80,10 @@ jobs:
run: |
for file in Original_ARM.apk Original_ARMv7.apk Original_ARM64.apk; do
echo "Patching $file..."
java -jar lspatch.jar "$file" -m "app/build/outputs/apk/debug/app-debug.apk" -l 2 -v
# Use the correct path for the release APK
java -jar lspatch.jar "$file" -m "${{ env.repo }}-${{ env.version }}.apk" -l 2 -v
mv "${file%.apk}-lspatched.apk" "Patched_${{ env.version }}_$file"
done
- name: Upload Patched APKs
uses: actions/upload-artifact@v4
if: github.event.inputs.release == 'true'