No match case.
This commit is contained in:
@@ -50,11 +50,13 @@ runs:
|
||||
|
||||
DOWNLOAD_KEYSTORE=${{ inputs.downloadKeystore }}
|
||||
if [ -z "$DOWNLOAD_KEYSTORE" ]; then
|
||||
shopt -s nocasematch
|
||||
if [[ "${{ inputs.platform }}" = "android" ]]; then
|
||||
DOWNLOAD_KEYSTORE=true
|
||||
else
|
||||
DOWNLOAD_KEYSTORE=false
|
||||
fi
|
||||
shopt -u nocasematch
|
||||
fi
|
||||
echo "downloadKeystore=$DOWNLOAD_KEYSTORE" >> "$GITHUB_OUTPUT"
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user