We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e25380 commit 8229494Copy full SHA for 8229494
1 file changed
.github/workflows/app_build.yml
@@ -218,7 +218,7 @@ jobs:
218
219
# ----- Configure Keychain -----
220
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
221
- if [ -f $KEYCHAIN_PATH ]; then
+ if [[ -f $KEYCHAIN_PATH ]]; then
222
echo "Removing previous keychain-db at ${KEYCHAIN_PATH}"
223
security delete-keychain $KEYCHAIN_PATH
224
rm -f $KEYCHAIN_PATH
0 commit comments