Sfoglia il codice sorgente

chore: set root_flavor default to All

was KernelSU-Next, now builds all three variants (next/kernelsu/resukisu) by default
TheWildJames 2 settimane fa
parent
commit
f659aa13fc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -54,7 +54,7 @@ on:
           - KernelSU
           - ReSukiSU
           - All
-        default: KernelSU-Next
+        default: All
       use_susfs:
         description: "SUSFS"
         type: boolean