jimsterino98 5 сар өмнө
parent
commit
d19a1a8fb4

+ 4 - 3
.github/workflows/main.yml

@@ -68,10 +68,11 @@ jobs:
     uses: ./.github/workflows/kernel-samsung.yml
     secrets: inherit
     with:
-      SUSFS: ${{ inputs.SUSFS }}
-      BBG: ${{ inputs.BBG }}
-      BBRv3: ${{ inputs.BBRv3 }}
+      susfs: ${{ inputs.susfs }}
+      bbg: ${{ inputs.bbg }}
+      bbrv3: ${{ inputs.bbrv3 }}
       unicodefix: ${{ inputs.unicodefix }}
+      optimizations: ${{ inputs.optimizations }}
 
   release:
     runs-on: ubuntu-latest