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