Prechádzať zdrojové kódy

Update build-kernel-release.yml

James McConnell 1 rok pred
rodič
commit
ccccd44f8d
1 zmenil súbory, kde vykonal 10 pridanie a 0 odobranie
  1. 10 0
      .github/workflows/build-kernel-release.yml

+ 10 - 0
.github/workflows/build-kernel-release.yml

@@ -68,6 +68,8 @@ jobs:
     if: ${{ inputs.build_a12_5_10 }}
     with:
       lto_type: ${{ inputs.lto_type }}
+      next_branch: ${{ inputs.next_branch }}
+      next_branch_other: ${{ inputs.next_branch_other }}
 
   build-kernel-a13-5-10:
     uses: ./.github/workflows/build-kernel-a13-5.10.yml
@@ -75,6 +77,8 @@ jobs:
     if: ${{ inputs.build_a13_5_10 }}
     with:
       lto_type: ${{ inputs.lto_type }}
+      next_branch: ${{ inputs.next_branch }}
+      next_branch_other: ${{ inputs.next_branch_other }
 
   build-kernel-a13-5-15:
     uses: ./.github/workflows/build-kernel-a13-5.15.yml
@@ -82,6 +86,8 @@ jobs:
     if: ${{ inputs.build_a13_5_15 }}
     with:
       lto_type: ${{ inputs.lto_type }}
+      next_branch: ${{ inputs.next_branch }}
+      next_branch_other: ${{ inputs.next_branch_other }
 
   build-kernel-a14-5-15:
     uses: ./.github/workflows/build-kernel-a14-5.15.yml
@@ -89,6 +95,8 @@ jobs:
     if: ${{ inputs.build_a14_5_15 }}
     with:
       lto_type: ${{ inputs.lto_type }}
+      next_branch: ${{ inputs.next_branch }}
+      next_branch_other: ${{ inputs.next_branch_other }
 
   build-kernel-a14-6-1:
     uses: ./.github/workflows/build-kernel-a14-6.1.yml
@@ -96,6 +104,8 @@ jobs:
     if: ${{ inputs.build_a14_6_1 }}
     with:
       lto_type: ${{ inputs.lto_type }}
+      next_branch: ${{ inputs.next_branch }}
+      next_branch_other: ${{ inputs.next_branch_other }
 
   trigger-release:
     runs-on: ubuntu-latest