From 8c03fcb872d0ce5deabd40aa9741db328180059d Mon Sep 17 00:00:00 2001 From: Les Kurz Date: Wed, 15 May 2024 17:28:29 -0500 Subject: [PATCH] Update ant.yml Ooops I did it again. --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index c20808d1..c1fa56e9 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -361,7 +361,7 @@ jobs: KEYCHAIN_FILE=app-signing # import certificate from secrets echo $BUILD_CERTIFICATE_BASE64 | base64 --decode > $CERTIFICATE_PATH - security -v create-keychain -p $KEYCHAIN_PASSWD $KEYCHAIN + security -v create-keychain -p $KEYCHAIN_PASSWD $KEYCHAIN_FILE security -v list-keychain -d user -s $KEYCHAIN_FILE security -v list-keychains security -v set-keychain-settings -lut 21600 $KEYCHAIN_FILE