Слияние с обновлённым main

This commit is contained in:
2025-09-14 20:26:24 +03:00
8 changed files with 335 additions and 81 deletions
+7 -2
View File
@@ -33,12 +33,17 @@ jobs:
echo "$KEYSTORE" | base64 -d > keystore.jks
echo "$KEYSTORE_PASS" > keystore.pass
- name: Build APK
- name: Prepare to build APK
id: build
run: |
mkdir original
mv app.apk original/
python ./main.py -f
python ./main.py init
- name: Build APK
id: build
run: |
python ./main.py build -f
- name: Read title from report.log
id: get_title