Просмотр исходного кода

Update OrangeFox-Recovery-Builder.yml

ツ๛abrohim๛ 1 год назад
Родитель
Сommit
648c400f0e
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      .github/workflows/OrangeFox-Recovery-Builder.yml

+ 5 - 5
.github/workflows/OrangeFox-Recovery-Builder.yml

@@ -15,7 +15,7 @@ on:
       DEVICE_TREE:
         description: 'Custom Recovery Tree'
         required: true
-        default: 'https://github.com/kinguser981/android_device_xiaomi_marble-OFRP'
+        default: 'https://github.com/abrohim0786/ofox_device_xiaomi_ares.git'
       DEVICE_TREE_BRANCH:
         description: 'Custom Recovery Tree Branch'
         required: true
@@ -23,15 +23,15 @@ on:
       DEVICE_PATH:
         description: 'Specify your device path.'
         required: true
-        default: 'device/xiaomi/marble'
+        default: 'device/xiaomi/ares'
       DEVICE_NAME:
         description: 'Specify your Device Codename.'
         required: true
-        default: 'marble'
+        default: 'ares'
       BUILD_TARGET:
         description: 'Specify your Build Target'
         required: true
-        default: 'recovery'
+        default: 'boot'
         type: choice
         options:
         - boot
@@ -42,7 +42,7 @@ on:
         required: true
         default: 'system/bin/qseecomd'
       RECOVERY_TAR:
-        description: 'Release recovery.tar For Samsung devices'
+        description: 'Release recovery.tar For Xiaomi devices'
         required: false
         default: false
         type: boolean