Update build.yaml

This commit is contained in:
Peter Njeim 2022-09-08 18:43:38 -03:00 committed by GitHub
parent dfe735205f
commit fde9de6a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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