فهرست منبع

Add KPM input and modify image for KPM support

jimsterino98 1 هفته پیش
والد
کامیت
76b45ea891
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      .github/workflows/build.yml

+ 7 - 0
.github/workflows/build.yml

@@ -100,6 +100,9 @@ on:
       lto:
         required: true
         type: string
+      kpm:
+        required: true
+        type: string
 
 jobs:
   build-samsung-gki:
@@ -397,6 +400,10 @@ jobs:
       - name: Prepare AnyKernel3
         uses: ./.github/actions/ak3zip-prep
 
+      - name: modify image for KPM support for ResukiSU
+        if: inputs.root_flavor == 'resukisu' && inputs.kpm == 'true'
+        uses: ./.github/actions/kpm
+
       - name: Upload AnyKernel3 Artifacts
         id: upload_ak3
         uses: actions/upload-artifact@v6