forked from anixart-mod/patcher
Слияние с обновлённым main
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user