mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-01-23 16:31:10 +01:00
fix: syntax errors
This commit is contained in:
parent
7b09d33b6f
commit
4268dc9eb7
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
echo $ARCH
|
||||
RELEASE_TYPE="${opts[RELEASE_TYPE,${{ inputs.release_type }}]}"
|
||||
echo $RELEASE_TYPE
|
||||
if [ "${{inputs.magisk_ver }} != "None" ]; then
|
||||
if [ "${{inputs.magisk_ver }}" != "None" ]; then
|
||||
ROOT_SOL="magisk"
|
||||
if [ "${{ inputs.magisk_ver }}" != "Custom (URL)" ]; then
|
||||
MAGISK_VER="${opts[MAGISK_VER,${{ inputs.magisk_ver }}]}"
|
||||
@ -115,7 +115,7 @@ jobs:
|
||||
GAPPS_VAR="pico"
|
||||
fi
|
||||
echo $GAPPS_VAR
|
||||
if [ "${{inputs.gapps_var }} != "None" ]; then
|
||||
if [ "${{inputs.gapps_var }}" != "None" ]; then
|
||||
if [ "${{ inputs.gapps_var }}" != "MindTheGapps (URL)" ]; then
|
||||
GAPPS_BRAND="OpenGApps"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user