Skip to content

Commit 8229494

Browse files
committed
Update to zsh syntax
1 parent 4e25380 commit 8229494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
219219
# ----- Configure Keychain -----
220220
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
221-
if [ -f $KEYCHAIN_PATH ]; then
221+
if [[ -f $KEYCHAIN_PATH ]]; then
222222
echo "Removing previous keychain-db at ${KEYCHAIN_PATH}"
223223
security delete-keychain $KEYCHAIN_PATH
224224
rm -f $KEYCHAIN_PATH

0 commit comments

Comments
 (0)