Procházet zdrojové kódy

fix(action): update sublevel condition for adding RUST build configs

TheWildJames před 4 měsíci
rodič
revize
1bcd731444
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/actions/misc/action.yml

+ 1 - 1
.github/actions/misc/action.yml

@@ -34,7 +34,7 @@ runs:
 
     - name: Add RUST build configs
       shell: bash
-      if: ${{ inputs.kernel_version == '6.12' && inputs.android_version == 'android16' && inputs.sublevel >= '58' }}
+      if: ${{ inputs.kernel_version == '6.12' && inputs.android_version == 'android16' && inputs.sublevel <= '38' }}
       run: |
         set -euo pipefail
         echo "Add Build based configs"