fix: conflicting
parent
658b2a1ced
commit
d8c4faf04c
|
@ -61,10 +61,11 @@ jobs:
|
||||||
run: python scripts/patcher.py --experimental "${{ inputs.experimental }}"
|
run: python scripts/patcher.py --experimental "${{ inputs.experimental }}"
|
||||||
|
|
||||||
# prevents java.util.zip.ZipException: duplicate entry: stamp-cert-sha256
|
# prevents java.util.zip.ZipException: duplicate entry: stamp-cert-sha256
|
||||||
- name: Remove original signature
|
- name: Remove conflicting original files
|
||||||
run: |
|
run: |
|
||||||
rm -rf apk_workdir/original/META-INF
|
rm -rf apk_workdir/original/META-INF
|
||||||
rm -rf apk_workdir/original/stamp-cert-sha256
|
rm -f apk_workdir/original/AndroidManifest.xml
|
||||||
|
rm -f apk_workdir/original/stamp-cert-sha256
|
||||||
|
|
||||||
- name: Rebuild APK
|
- name: Rebuild APK
|
||||||
run: apktool b apk_workdir -c --use-aapt2 -o rebuilt_unsigned.apk
|
run: apktool b apk_workdir -c --use-aapt2 -o rebuilt_unsigned.apk
|
||||||
|
|
Loading…
Reference in New Issue