Quellcode durchsuchen

Add WKSU input option to workflow configuration

jimsterino98 vor 5 Monaten
Ursprung
Commit
4f41691e32
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 10 0
      .github/workflows/main.yml

+ 10 - 0
.github/workflows/main.yml

@@ -17,6 +17,15 @@ on:
           - Release
         default: Actions
 
+      wksu:
+        description: "Build with WKSU?"
+        required: true
+        type: choice
+        options:
+          - yes
+          - no
+        default: yes
+
       susfs:
         description: "Build with SUSFS?"
         required: true
@@ -63,6 +72,7 @@ jobs:
       bbg: ${{ inputs.bbg }}
       unicodefix: ${{ inputs.unicodefix }}
       zeromount: ${{ inputs.zeromount }}
+      wksu: ${{ inputs.wksu }}
 
   release:
     runs-on: ubuntu-latest