ソースを参照

Add build_type parameter to workflow configuration

jimsterino98 4 ヶ月 前
コミット
9667c2f4fc
1 ファイル変更3 行追加0 行削除
  1. 3 0
      .github/workflows/build.yml

+ 3 - 0
.github/workflows/build.yml

@@ -15,6 +15,9 @@ on:
       kernel_version:
         required: true
         type: string
+      build_type:
+        required: true
+        type: string
       susfs:
         required: true
         type: string