Explorar el Código

Update Prepare AnyKernel3 Zip action parameters

James McConnell hace 3 meses
padre
commit
5842501b4e
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      .github/workflows/build.yml

+ 1 - 2
.github/workflows/build.yml

@@ -394,8 +394,7 @@ jobs:
     - name: Prepare AnyKernel3 Zip
       uses: ./.github/actions/prepare-anykernel3
       with:
-        android_version: ${{ inputs.android_version }}
-        kernel_version: ${{ inputs.kernel_version }}
+        version: ${{ inputs.version }}
 
     - name: Upload Artifacts
       uses: actions/upload-artifact@v7