mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-23 11:49:16 +01:00
Update magisk.yml
This commit is contained in:
parent
c9a0425846
commit
a389b60c33
10
.github/workflows/magisk.yml
vendored
10
.github/workflows/magisk.yml
vendored
@ -1,17 +1,11 @@
|
|||||||
name: Build WSA
|
name: Build WSA
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
paths-ignore:
|
|
||||||
- 'README.md'
|
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- 'README.md'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
arch:
|
arch:
|
||||||
description: "Build arch"
|
description: "Build arch"
|
||||||
required: true
|
required: true
|
||||||
default: "x64 & arm64"
|
default: "x64"
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- x64
|
- x64
|
||||||
@ -29,7 +23,7 @@ on:
|
|||||||
gapps_variant:
|
gapps_variant:
|
||||||
description: "Variants of gapps"
|
description: "Variants of gapps"
|
||||||
required: true
|
required: true
|
||||||
default: "none"
|
default: "full"
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- none
|
- none
|
||||||
|
Loading…
Reference in New Issue
Block a user