mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-13 07:05:10 +01:00
Update build.yaml
This commit is contained in:
parent
dfe735205f
commit
fde9de6a12
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -231,9 +231,9 @@ jobs:
|
||||
elif [[ "${{ inputs.gapps_var }}" == "Custom (MindTheGapps)" ]]; then
|
||||
gappsVar="_MindTheGapps"
|
||||
elif [[ "${{ inputs.gapps_var }}" == "Custom (OpenGApps)" ]]; then
|
||||
gappsVar="_${{ env.opengapps_var }}-OpenGApps"
|
||||
gappsVar="_OpenGApps-${{ env.opengapps_var }}"
|
||||
else
|
||||
gappsVar="_${{ inputs.gapps_var }}-OpenGApps"
|
||||
gappsVar="_OpenGApps-${{ inputs.gapps_var }}"
|
||||
fi
|
||||
|
||||
if [[ "${{ inputs.remove_amazon }}" == "true" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user