Преглед изворни кода

updated droidspaces to send kernel_version

Reorder actions just cuz
jimsterino98 пре 4 месеци
родитељ
комит
4f13c86b0e
1 измењених фајлова са 12 додато и 10 уклоњено
  1. 12 10
      .github/workflows/build.yml

+ 12 - 10
.github/workflows/build.yml

@@ -136,6 +136,10 @@ jobs:
         with:
          branch: ${{ inputs.branch }}
 
+      - name: Add bbrv1
+        if: inputs.bbr == 'true'
+        uses: ./.github/actions/bbr
+
       - name: Add BBG
         if: inputs.bbg == 'true'
         uses: ./.github/actions/bbg
@@ -153,16 +157,8 @@ jobs:
       - name: Add droidspace support
         if: inputs.droidspace == 'true'
         uses: ./.github/actions/droidspaces
-
-      - name: Add bbrv1
-        if: inputs.bbr == 'true'
-        uses: ./.github/actions/bbr
-          
-      - name: Set Kernel Configuration Variables
-        if: inputs.ksun == 'true'
-        uses: ./.github/actions/configs
         with:
-         branch: ${{ inputs.branch }}
+          kernel_version: ${{ inputs.kernel_version }}
 
       - name: Add ntsync
         if: inputs.ntsync == 'true'
@@ -170,7 +166,13 @@ jobs:
         with:
           android_version: ${{ inputs.android_version }}
           kernel_version: ${{ inputs.kernel_version }}
-
+          
+      - name: Set Kernel Configuration Variables
+        if: inputs.ksun == 'true'
+        uses: ./.github/actions/configs
+        with:
+         branch: ${{ inputs.branch }}
+         
       - name: Change Kernel Name and clean dirty
         uses: ./.github/actions/kernel-name